Show / Hide Table of Contents

Class IdentityServiceAzureADConfig

Configuration for the AzureAD Auth flow.

Inheritance
object
IdentityServiceAzureADConfig
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 IdentityServiceAzureADConfig : IDirectResponseSchema

Properties

ClientId

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { 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

EncryptedClientSecret

Output only. Encrypted AzureAD client secret.

Declaration
[JsonProperty("encryptedClientSecret")]
public virtual string EncryptedClientSecret { get; set; }
Property Value
Type Description
string

GroupFormat

Optional. Format of the AzureAD groups that the client wants for auth.

Declaration
[JsonProperty("groupFormat")]
public virtual string GroupFormat { get; set; }
Property Value
Type Description
string

KubectlRedirectUri

The redirect URL that kubectl uses for authorization.

Declaration
[JsonProperty("kubectlRedirectUri")]
public virtual string KubectlRedirectUri { get; set; }
Property Value
Type Description
string

Tenant

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.

Declaration
[JsonProperty("tenant")]
public virtual string Tenant { get; set; }
Property Value
Type Description
string

UserClaim

Optional. Claim in the AzureAD ID Token that holds the user details.

Declaration
[JsonProperty("userClaim")]
public virtual string UserClaim { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX