ResourceIdentityType type
The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
type ResourceIdentityType = "None" | "SystemAssigned"