Show / Hide Table of Contents

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.

Inheritance
object
IdentityServiceServiceAccountConfig
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.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX