ManagedIdentity Class

The workspace managed identity.

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

Inheritance
ManagedIdentity

Constructor

ManagedIdentity(*, type: Optional[Union[str, azure.mgmt.synapse.models._synapse_management_client_enums.ResourceIdentityType]] = None, **kwargs)

Parameters

type
str or ResourceIdentityType
Required

The type of managed identity for the workspace. Possible values include: "None", "SystemAssigned".

Variables

principal_id
str

The principal ID of the workspace managed identity.

tenant_id
str

The tenant ID of the workspace managed identity.