Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Used to set up the auth on the DeployedIndex's private endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig

Returns a new instance of GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig.



5586
5587
5588
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5586

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#auth_providerGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider

Configuration for an authentication provider, including support for JSON Web Token (JWT). Corresponds to the JSON property authProvider



5584
5585
5586
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5584

def auth_provider
  @auth_provider
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5591
5592
5593
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5591

def update!(**args)
  @auth_provider = args[:auth_provider] if args.key?(:auth_provider)
end