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
ServicesResourceIdentity

Constructor

ServicesResourceIdentity(*, type: Optional[Union[str, azure.mgmt.healthcareapis.models._healthcare_apis_management_client_enums.ManagedServiceIdentityType]] = None, **kwargs)

Variables

principal_id
str

The principal ID of the resource identity.

tenant_id
str

The tenant ID of the resource.

type
str or ManagedServiceIdentityType

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