Class: Google::Cloud::AIPlatform::V1::ApiAuth::ApiKeyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ApiAuth::ApiKeyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/api_auth.rb
Overview
The API secret.
Instance Attribute Summary collapse
-
#api_key_secret_version ⇒ ::String
Required.
Instance Attribute Details
#api_key_secret_version ⇒ ::String
Returns Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/api_auth.rb', line 37 class ApiKeyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |