WorkspaceIdentity Class

Identity properties of the workspace 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
WorkspaceIdentity

Constructor

WorkspaceIdentity(**kwargs)

Variables

type
str

Required. The identity type. Currently the only supported type is 'SystemAssigned'. Default value: "SystemAssigned".

principal_id
str

The principal id of the identity.

tenant_id
str

The client tenant id of the identity.

Attributes

type

type = 'SystemAssigned'