Class IdentityServiceGroupConfig
Contains the properties for locating and authenticating groups in the directory.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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 |