toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.servicefabric.kotlin.outputs
/
ManagedClusterAuthenticationActiveDirectory
Managed
Cluster
Authentication
Active
Directory
data
class
ManagedClusterAuthenticationActiveDirectory
(
val
clientApplicationId
:
String
,
val
clusterApplicationId
:
String
,
val
tenantId
:
String
)
Members
Constructors
Managed
Cluster
Authentication
Active
Directory
Link copied to clipboard
constructor
(
clientApplicationId
:
String
,
clusterApplicationId
:
String
,
tenantId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client
Application
Id
Link copied to clipboard
val
clientApplicationId
:
String
The ID of the Client Application.
cluster
Application
Id
Link copied to clipboard
val
clusterApplicationId
:
String
The ID of the Cluster Application.
tenant
Id
Link copied to clipboard
val
tenantId
:
String
The ID of the Tenant.