Interface ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTargetAudienceClientId()
      Required.
      com.google.protobuf.ByteString getTargetAudienceClientIdBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTargetAudienceClientId

        String getTargetAudienceClientId()
         Required. Describes OAuth2 client id of resources protected by
         Identity-Aware-Proxy (IAP).
         
        string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The targetAudienceClientId.
      • getTargetAudienceClientIdBytes

        com.google.protobuf.ByteString getTargetAudienceClientIdBytes()
         Required. Describes OAuth2 client id of resources protected by
         Identity-Aware-Proxy (IAP).
         
        string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for targetAudienceClientId.