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

Inheritance
azure.mgmt.healthcareapis._serialization.Model
ServicesResourceIdentity

Constructor

ServicesResourceIdentity(*, type: str | _models.ManagedServiceIdentityType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

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

Variables

Name Description
principal_id
str

The principal ID of the resource identity.

tenant_id
str

The tenant ID of the resource.

type

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