你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedInstanceExternalAdministrator Class

Properties of a active directory administrator.

Inheritance
msrest.serialization.Model
ManagedInstanceExternalAdministrator

Constructor

ManagedInstanceExternalAdministrator(*, 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
Required
principal_type
Required
login
Required
sid
Required
tenant_id
Required
azure_ad_only_authentication
Required