Condividi tramite


ServerAzureADAdministrator Class

Azure Active Directory administrator.

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

Constructor

ServerAzureADAdministrator(*, administrator_type: str | _models.AdministratorType | None = None, login: str | None = None, sid: str | None = None, tenant_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
administrator_type

Type of the sever administrator. "ActiveDirectory"

Default value: None
login
str

Login name of the server administrator.

Default value: None
sid
str

SID (object ID) of the server administrator.

Default value: None
tenant_id
str

Tenant ID of the administrator.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

administrator_type

Type of the sever administrator. "ActiveDirectory"

login
str

Login name of the server administrator.

sid
str

SID (object ID) of the server administrator.

tenant_id
str

Tenant ID of the administrator.

azure_ad_only_authentication

Azure Active Directory only Authentication enabled.