Class GoogleCloudDiscoveryengineV1alphaAclConfig
Access Control Configuration.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAclConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IdpConfig
Identity provider config.
Declaration
[JsonProperty("idpConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaIdpConfig IdpConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaIdpConfig |
Name
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |