ServerExternalAdministrator Class

Definition

Properties of a active directory administrator.

public class ServerExternalAdministrator
type ServerExternalAdministrator = class
Public Class ServerExternalAdministrator
Inheritance
ServerExternalAdministrator

Constructors

ServerExternalAdministrator()

Initializes a new instance of the ServerExternalAdministrator class.

ServerExternalAdministrator(String, String, String, Nullable<Guid>, Nullable<Guid>, Nullable<Boolean>)

Initializes a new instance of the ServerExternalAdministrator class.

Properties

AdministratorType

Gets or sets type of the sever administrator. Possible values include: 'ActiveDirectory'

AzureADOnlyAuthentication

Gets or sets azure Active Directory only Authentication enabled.

Login

Gets or sets login name of the server administrator.

PrincipalType

Gets or sets principal Type of the sever administrator. Possible values include: 'User', 'Group', 'Application'

Sid

Gets or sets SID (object ID) of the server administrator.

TenantId

Gets or sets tenant ID of the administrator.

Applies to