public sealed class AclConfig : IMessage<AclConfig>, IEquatable<AclConfig>, IDeepCloneable<AclConfig>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class AclConfig.
Access Control Configuration.
Implements
IMessageAclConfig, IEquatableAclConfig, IDeepCloneableAclConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|