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.ProxyResource
ServerAzureADAdministrator

Constructor

ServerAzureADAdministrator(*, administrator_type: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.AdministratorType]] = None, login: Optional[str] = None, sid: Optional[str] = None, tenant_id: Optional[str] = None, **kwargs)

Parameters

administrator_type
str or AdministratorType
Required

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

login
str
Required

Login name of the server administrator.

sid
str
Required

SID (object ID) of the server administrator.

tenant_id
str
Required

Tenant ID of the administrator.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

azure_ad_only_authentication
bool

Azure Active Directory only Authentication enabled.