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
|
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
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
administrator_type
|
Type of the sever administrator. "ActiveDirectory" |
|
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. |