toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.containerservice.kotlin.outputs
/
KubernetesClusterExtensionAksAssignedIdentity
Kubernetes
Cluster
Extension
Aks
Assigned
Identity
data
class
KubernetesClusterExtensionAksAssignedIdentity
(
val
principalId
:
String
?
=
null
,
val
tenantId
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Kubernetes
Cluster
Extension
Aks
Assigned
Identity
Link copied to clipboard
constructor
(
principalId
:
String
?
=
null
,
tenantId
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
principal
Id
Link copied to clipboard
val
principalId
:
String
?
=
null
The principal ID of resource identity.
tenant
Id
Link copied to clipboard
val
tenantId
:
String
?
=
null
The tenant ID of resource.
type
Link copied to clipboard
val
type
:
String
?
=
null
The identity type.