WorkspaceAadAdminInfo Class

Workspace active directory administrator.

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

Inheritance
azure.mgmt.synapse.models._models_py3.ProxyResource
WorkspaceAadAdminInfo

Constructor

WorkspaceAadAdminInfo(*, tenant_id: Optional[str] = None, login: Optional[str] = None, administrator_type: Optional[str] = None, sid: Optional[str] = None, **kwargs)

Parameters

tenant_id
str
Required

Tenant ID of the workspace active directory administrator.

login
str
Required

Login of the workspace active directory administrator.

administrator_type
str
Required

Workspace active directory administrator type.

sid
str
Required

Object ID of the workspace active directory administrator.

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".