Dela via


ServerExternalAdministrator Class

Properties of a active directory administrator.

Constructor

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

Parameters

Name Description
administrator_type
Required

Type of the sever administrator. Possible values include: "ActiveDirectory".

principal_type
Required

Principal Type of the sever administrator. Possible values include: "User", "Group", "Application".

login
Required
str

Login name of the server administrator.

sid
Required
str

SID (object ID) of the server administrator.

tenant_id
Required
str

Tenant ID of the administrator.

azure_ad_only_authentication
Required

Azure Active Directory only Authentication enabled.

Keyword-Only Parameters

Name Description
administrator_type
Default value: None
principal_type
Default value: None
login
Default value: None
sid
Default value: None
tenant_id
Default value: None
azure_ad_only_authentication
Default value: None