public static interface ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getTargetAudienceClientId()
Required.
|
ByteString |
getTargetAudienceClientIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
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];
Copyright © 2022 Google LLC. All rights reserved.