Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAclConfig

Access Control Configuration.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAclConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX