public static interface AuthConfig.HttpBasicAuthConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialSecret()
Required.
|
com.google.protobuf.ByteString |
getCredentialSecretBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCredentialSecret()
Required. The name of the SecretManager secret version resource storing
the base64 encoded credentials. Format:
`projects/{project}/secrets/{secrete}/versions/{version}`
- If specified, the `secretmanager.versions.access` permission should be
granted to Vertex AI Extension Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
on the specified resource.
string credential_secret = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getCredentialSecretBytes()
Required. The name of the SecretManager secret version resource storing
the base64 encoded credentials. Format:
`projects/{project}/secrets/{secrete}/versions/{version}`
- If specified, the `secretmanager.versions.access` permission should be
granted to Vertex AI Extension Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
on the specified resource.
string credential_secret = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.