Show / Hide Table of Contents

Class IdentityServiceSimpleBindCredentials

The structure holds the LDAP simple binding credential.

Inheritance
object
IdentityServiceSimpleBindCredentials
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX