Interface ScanConfig.AuthenticationOrBuilder

    • Method Detail

      • hasGoogleAccount

        @Deprecated
        boolean hasGoogleAccount()
        Deprecated.
        google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80
         Authentication using a Google account.
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
        Returns:
        Whether the googleAccount field is set.
      • getGoogleAccount

        @Deprecated
        ScanConfig.Authentication.GoogleAccount getGoogleAccount()
        Deprecated.
        google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80
         Authentication using a Google account.
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
        Returns:
        The googleAccount.
      • hasCustomAccount

        boolean hasCustomAccount()
         Authentication using a custom account.
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
        Returns:
        Whether the customAccount field is set.
      • getCustomAccount

        ScanConfig.Authentication.CustomAccount getCustomAccount()
         Authentication using a custom account.
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
        Returns:
        The customAccount.
      • getCustomAccountOrBuilder

        ScanConfig.Authentication.CustomAccountOrBuilder getCustomAccountOrBuilder()
         Authentication using a custom account.
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
      • hasIapCredential

        boolean hasIapCredential()
         Authentication using Identity-Aware-Proxy (IAP).
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
        Returns:
        Whether the iapCredential field is set.
      • getIapCredential

        ScanConfig.Authentication.IapCredential getIapCredential()
         Authentication using Identity-Aware-Proxy (IAP).
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
        Returns:
        The iapCredential.
      • getIapCredentialOrBuilder

        ScanConfig.Authentication.IapCredentialOrBuilder getIapCredentialOrBuilder()
         Authentication using Identity-Aware-Proxy (IAP).
         
        .google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;