Class KubernetesClusterRoleBasedAccessControlAzureActiveDirectoryArgs
Inheritance
System.Object
KubernetesClusterRoleBasedAccessControlAzureActiveDirectoryArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class KubernetesClusterRoleBasedAccessControlAzureActiveDirectoryArgs : ResourceArgs
Constructors
View SourceKubernetesClusterRoleBasedAccessControlAzureActiveDirectoryArgs()
Declaration
public KubernetesClusterRoleBasedAccessControlAzureActiveDirectoryArgs()
Properties
View SourceClientAppId
The Client ID of an Azure Active Directory Application.
Declaration
public Input<string> ClientAppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerAppId
The Server ID of an Azure Active Directory Application.
Declaration
public Input<string> ServerAppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerAppSecret
The Server Secret of an Azure Active Directory Application.
Declaration
public Input<string> ServerAppSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |