Class KubernetesClusterRoleBasedAccessControlAzureActiveDirectory
Inheritance
System.Object
KubernetesClusterRoleBasedAccessControlAzureActiveDirectory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class KubernetesClusterRoleBasedAccessControlAzureActiveDirectory
Fields
View SourceClientAppId
The Client ID of an Azure Active Directory Application.
Declaration
public readonly string ClientAppId
Field Value
| Type | Description |
|---|---|
| System.String |
ServerAppId
The Server ID of an Azure Active Directory Application.
Declaration
public readonly string ServerAppId
Field Value
| Type | Description |
|---|---|
| System.String |
ServerAppSecret
The Server Secret of an Azure Active Directory Application.
Declaration
public readonly string ServerAppSecret
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The Tenant ID used for Azure Active Directory Application. If this isn't specified the Tenant ID of the current Subscription is used.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |