ResourceIdentityType Enum

The type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in >>MC_<< resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead.

Inheritance
builtins.str
ResourceIdentityType
ResourceIdentityType

Constructor

ResourceIdentityType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

NONE
SYSTEM_ASSIGNED
USER_ASSIGNED