{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ManagedClusterIdentity",
"type": "object",
"description": "Identity for the managed cluster.",
"properties": {
"principalId": {
"type": "string",
"description": "The principal ID of the system-assigned identity."
},
"tenantId": {
"type": "string",
"description": "The tenant ID of the system-assigned identity."
},
"type": {
"type": "string",
"description": "The type of identity used."
},
"userAssignedIdentities": {
"type": "object"
}
}
}