AdministratorProperties interface
The properties of an administrator.
Properties
| administrator |
Type of the sever administrator. |
| identity |
The resource id of the identity used for AAD Authentication. |
| login | Login name of the server administrator. |
| sid | SID (object ID) of the server administrator. |
| tenant |
Tenant ID of the administrator. |
Property Details
administratorType
Type of the sever administrator.
administratorType?: string
Property Value
string
identityResourceId
The resource id of the identity used for AAD Authentication.
identityResourceId?: string
Property Value
string
login
Login name of the server administrator.
login?: string
Property Value
string
sid
SID (object ID) of the server administrator.
sid?: string
Property Value
string
tenantId
Tenant ID of the administrator.
tenantId?: string
Property Value
string