Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::DeployedIndexAuthConfig::AuthProvider (v0.21.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeployedIndexAuthConfig::AuthProvider.

Configuration for an authentication provider, including support for JSON Web Token (JWT).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allowed_issuers

def allowed_issuers() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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

#allowed_issuers=

def allowed_issuers=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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

Returns
  • (::Array<::String>) — 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

#audiences

def audiences() -> ::Array<::String>
Returns
  • (::Array<::String>) — The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.

#audiences=

def audiences=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.
Returns
  • (::Array<::String>) — The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.