ManagedInstanceAdministrator Class
An Azure SQL managed instance administrator.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ManagedInstanceAdministrator(*, administrator_type: str | _models.ManagedInstanceAdministratorType | 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 managed instance administrator. "ActiveDirectory" Default value: None
|
|
login
|
Login name of the managed instance administrator. Default value: None
|
|
sid
|
SID (object ID) of the managed instance administrator. Default value: None
|
|
tenant_id
|
Tenant ID of the managed instance administrator. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
administrator_type
|
Type of the managed instance administrator. "ActiveDirectory" |
|
login
|
Login name of the managed instance administrator. |
|
sid
|
SID (object ID) of the managed instance administrator. |
|
tenant_id
|
Tenant ID of the managed instance administrator. |