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
|
str or
PrincipalType
Principal Type of the sever administrator. Known values are: "User", "Group", and "Application". Default value: None
|
|
login
|
Login name of the server administrator. Default value: None
|
|
sid
|
SID (object ID) of the server administrator. Default value: None
|
|
tenant_id
|
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
|
str or
PrincipalType
Principal Type of the sever administrator. Known values are: "User", "Group", and "Application". |
|
login
|
Login name of the server administrator. |
|
sid
|
SID (object ID) of the server administrator. |
|
tenant_id
|
Tenant ID of the administrator. |
|
azure_ad_only_authentication
|
Azure Active Directory only Authentication enabled. |