ResourceIdentityType type

The type of identity used for the EnterprisePolicy. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.

type ResourceIdentityType = "SystemAssigned" | "None"