Class IdentityServiceServiceAccountConfig
Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. The credentials can be supplied by the combination of the DN and password or the client certificate.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class IdentityServiceServiceAccountConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SimpleBindCredentials
Credentials for basic auth.
Declaration
[JsonProperty("simpleBindCredentials")]
public virtual IdentityServiceSimpleBindCredentials SimpleBindCredentials { get; set; }
Property Value
Type | Description |
---|---|
IdentityServiceSimpleBindCredentials |