Discovery Engine v1beta API - Class AclConfig (1.0.0-beta24)

public sealed class AclConfig : IMessage<AclConfig>, IEquatable<AclConfig>, IDeepCloneable<AclConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class AclConfig.

Access Control Configuration.

Inheritance

object > AclConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

AclConfig()

public AclConfig()

AclConfig(AclConfig)

public AclConfig(AclConfig other)
Parameter
Name Description
other AclConfig

Properties

AclConfigName

public AclConfigName AclConfigName { get; set; }

AclConfigName-typed view over the Name resource name property.

Property Value
Type Description
AclConfigName

IdpConfig

public IdpConfig IdpConfig { get; set; }

Identity provider config.

Property Value
Type Description
IdpConfig

Name

public string Name { get; set; }

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.

Property Value
Type Description
string