Show / Hide Table of Contents

Class IdentityServiceGroupConfig

Contains the properties for locating and authenticating groups in the directory.

Inheritance
object
IdentityServiceGroupConfig
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.GKEHub.v2alpha.Data
Assembly: Google.Apis.GKEHub.v2alpha.dll
Syntax
public class IdentityServiceGroupConfig : IDirectResponseSchema

Properties

BaseDn

Required. The location of the subtree in the LDAP directory to search for group entries.

Declaration
[JsonProperty("baseDn")]
public virtual string BaseDn { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

Optional. Optional filter to be used when searching for groups a user belongs to. This can be used to explicitly match only certain groups in order to reduce the amount of groups returned for each user. This defaults to "(objectClass=Group)".

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

IdAttribute

Optional. The identifying name of each group a user belongs to. For example, if this is set to "distinguishedName" then RBACs and other group expectations should be written as full DNs. This defaults to "distinguishedName".

Declaration
[JsonProperty("idAttribute")]
public virtual string IdAttribute { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX