Show / Hide Table of Contents

Class GetKubernetesClusterRoleBasedAccessControlAzureActiveDirectoryResult

Inheritance
System.Object
GetKubernetesClusterRoleBasedAccessControlAzureActiveDirectoryResult
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 GetKubernetesClusterRoleBasedAccessControlAzureActiveDirectoryResult

Fields

View Source

ClientAppId

The Client ID of an Azure Active Directory Application.

Declaration
public readonly string ClientAppId
Field Value
Type Description
System.String
View Source

ServerAppId

The Server ID of an Azure Active Directory Application.

Declaration
public readonly string ServerAppId
Field Value
Type Description
System.String
View Source

TenantId

The tenant id of the system assigned identity which is used by master components.

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.