Condividi tramite


ServerExternalAdministrator Class

Properties of a active directory administrator.

Constructor

ServerExternalAdministrator(*, administrator_type: str | _models.AdministratorType | None = None, principal_type: str | _models.PrincipalType | None = None, login: str | None = None, sid: str | None = None, tenant_id: str | None = None, azure_ad_only_authentication: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
administrator_type

Type of the sever administrator. "ActiveDirectory"

Default value: None
principal_type

Principal Type of the sever administrator. Known values are: "User", "Group", and "Application".

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
azure_ad_only_authentication

Azure Active Directory only Authentication enabled.

Default value: None

Variables

Name Description
administrator_type

Type of the sever administrator. "ActiveDirectory"

principal_type

Principal Type of the sever administrator. Known values are: "User", "Group", and "Application".

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.