ServiceManagedIdentityIdentity Class

Setting indicating whether the service has a managed identity associated with it.

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 server.

Inheritance
azure.mgmt.healthcareapis._serialization.Model
ServiceManagedIdentityIdentity

Constructor

ServiceManagedIdentityIdentity(*, type: str | _models.ServiceManagedIdentityType, user_assigned_identities: Dict[str, _models.UserAssignedIdentity] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

Type of identity being specified, currently SystemAssigned and None are allowed. Required. Known values are: "None", "SystemAssigned", "UserAssigned", and "SystemAssigned,UserAssigned".

user_assigned_identities

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. # pylint: disable=line-too-long The dictionary values can be empty objects ({}) in requests.

Variables

Name Description
type

Type of identity being specified, currently SystemAssigned and None are allowed. Required. Known values are: "None", "SystemAssigned", "UserAssigned", and "SystemAssigned,UserAssigned".

principal_id
str

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

tenant_id
str

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

user_assigned_identities

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. # pylint: disable=line-too-long The dictionary values can be empty objects ({}) in requests.