ServerAzureADAdministrator Class
Azure Active Directory administrator.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceServerAzureADAdministrator
Constructor
ServerAzureADAdministrator(*, administrator_type: str | AdministratorType | None = None, login: str | None = None, sid: str | None = None, tenant_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
administrator_type
Required
|
Type of the sever administrator. Possible values include: "ActiveDirectory". |
login
Required
|
Login name of the server administrator. |
sid
Required
|
SID (object ID) of the server administrator. |
tenant_id
Required
|
Tenant ID of the administrator. |
Keyword-Only Parameters
Name | Description |
---|---|
administrator_type
Required
|
|
login
Required
|
|
sid
Required
|
|
tenant_id
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
azure_ad_only_authentication
|
Azure Active Directory only Authentication enabled. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python