UserAssignedIdentity

Details about a user assigned identity.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
resourceId string The resource ID of the user assigned identity.
clientId string The client ID of the user assigned identity.
objectId string The object ID of the user assigned identity.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-user-assigned-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserAssignedIdentity",
  "type": "object",
  "description": "Details about a user assigned identity.",
  "properties": {
    "resourceId": {
      "type": "string",
      "description": "The resource ID of the user assigned identity."
    },
    "clientId": {
      "type": "string",
      "description": "The client ID of the user assigned identity."
    },
    "objectId": {
      "type": "string",
      "description": "The object ID of the user assigned identity."
    }
  }
}