Class: Google::Cloud::DiscoveryEngine::V1beta::AclConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::AclConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/acl_config.rb
Overview
Access Control Configuration.
Instance Attribute Summary collapse
-
#idp_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::IdpConfig
Identity provider config.
-
#name ⇒ ::String
Immutable.
Instance Attribute Details
#idp_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::IdpConfig
Returns Identity provider config.
36 37 38 39 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/acl_config.rb', line 36 class AclConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns 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.
36 37 38 39 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/acl_config.rb', line 36 class AclConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |