ManagedInstanceExternalAdministrator Class
Properties of a active directory administrator.
- Inheritance
-
msrest.serialization.ModelManagedInstanceExternalAdministrator
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
|
str or
PrincipalType
Principal Type of the sever administrator. Possible values include: "User", "Group", "Application". |
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. |
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
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python