Class: Google::Cloud::AIPlatform::V1::DeployedIndexAuthConfig::AuthProvider
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployedIndexAuthConfig::AuthProvider
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb
Overview
Configuration for an authentication provider, including support for JSON Web Token (JWT).
Instance Attribute Summary collapse
-
#allowed_issuers ⇒ ::Array<::String>
A list of allowed JWT issuers.
-
#audiences ⇒ ::Array<::String>
The list of JWT audiences.
Instance Attribute Details
#allowed_issuers ⇒ ::Array<::String>
Returns A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format:
service-account-name@project-id.iam.gserviceaccount.com
.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 276 class AuthProvider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#audiences ⇒ ::Array<::String>
Returns The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 276 class AuthProvider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |