Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAclConfig

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

Overview

Access Control Configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaAclConfig

Returns a new instance of GoogleCloudDiscoveryengineV1betaAclConfig.



18614
18615
18616
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18614

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

Instance Attribute Details

#idp_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaIdpConfig

Identity Provider Config. Corresponds to the JSON property idpConfig



18605
18606
18607
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18605

def idp_config
  @idp_config
end

#nameString

Immutable. The full resource name of the acl configuration. Format: projects/ project/locations/location/aclConfig. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Corresponds to the JSON property name

Returns:

  • (String)


18612
18613
18614
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18612

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18619
18620
18621
18622
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18619

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