Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedClusterIdentity

Package version

Identity for the managed cluster.

Hierarchy

  • ManagedClusterIdentity

Index

Properties

Optional principalId

principalId: undefined | string

The principal id of the system assigned identity which is used by master components. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantId

tenantId: undefined | string

The tenant id of the system assigned identity which is used by master components. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

For more information see use managed identities in AKS.

Optional userAssignedIdentities

userAssignedIdentities: undefined | {}

The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Generated using TypeDoc