Class IdentityServiceSimpleBindCredentials
The structure holds the LDAP simple binding credential.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class IdentityServiceSimpleBindCredentials : IDirectResponseSchema
Properties
Dn
Required. The distinguished name(DN) of the service account object/user.
Declaration
[JsonProperty("dn")]
public virtual string Dn { 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 |
EncryptedPassword
Output only. The encrypted password of the service account object/user.
Declaration
[JsonProperty("encryptedPassword")]
public virtual string EncryptedPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Required. Input only. The password of the service account object/user.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type | Description |
---|---|
string |