Identity Class

Identity for the resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
Identity

Constructor

Identity(*, type: Union[str, azure.mgmt.kusto.models._kusto_management_client_enums.IdentityType], user_assigned_identities: Optional[Dict[str, azure.mgmt.kusto.models._models_py3.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties]] = None, **kwargs)

Variables

principal_id
str

The principal ID of resource identity.

tenant_id
str

The tenant ID of resource.

type
str or <xref:kusto_management_client.models.IdentityType>

Required. The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities. Possible values include: "None", "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned".

user_assigned_identities
dict[<xref:str,kusto_management_client.models.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties>]

The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.