ServerAdministratorResourceInner Class

public final class ServerAdministratorResourceInner
extends ProxyResource

Represents a and external administrator to be created.

Constructor Summary

Constructor Description
ServerAdministratorResourceInner()

Method Summary

Modifier and Type Method and Description
AdministratorType administratorType()

Get the administratorType property: The type of administrator.

String login()

Get the login property: The server administrator login account name.

UUID sid()

Get the sid property: The server administrator Sid (Secure ID).

UUID tenantId()

Get the tenantId property: The server Active Directory Administrator tenant id.

void validate()

Validates the instance.

ServerAdministratorResourceInner withAdministratorType(AdministratorType administratorType)

Set the administratorType property: The type of administrator.

ServerAdministratorResourceInner withLogin(String login)

Set the login property: The server administrator login account name.

ServerAdministratorResourceInner withSid(UUID sid)

Set the sid property: The server administrator Sid (Secure ID).

ServerAdministratorResourceInner withTenantId(UUID tenantId)

Set the tenantId property: The server Active Directory Administrator tenant id.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ServerAdministratorResourceInner

public ServerAdministratorResourceInner()

Method Details

administratorType

public AdministratorType administratorType()

Get the administratorType property: The type of administrator.

Returns:

the administratorType value.

login

public String login()

Get the login property: The server administrator login account name.

Returns:

the login value.

sid

public UUID sid()

Get the sid property: The server administrator Sid (Secure ID).

Returns:

the sid value.

tenantId

public UUID tenantId()

Get the tenantId property: The server Active Directory Administrator tenant id.

Returns:

the tenantId value.

validate

public void validate()

Validates the instance.

withAdministratorType

public ServerAdministratorResourceInner withAdministratorType(AdministratorType administratorType)

Set the administratorType property: The type of administrator.

Parameters:

administratorType - the administratorType value to set.

Returns:

the ServerAdministratorResourceInner object itself.

withLogin

public ServerAdministratorResourceInner withLogin(String login)

Set the login property: The server administrator login account name.

Parameters:

login - the login value to set.

Returns:

the ServerAdministratorResourceInner object itself.

withSid

public ServerAdministratorResourceInner withSid(UUID sid)

Set the sid property: The server administrator Sid (Secure ID).

Parameters:

sid - the sid value to set.

Returns:

the ServerAdministratorResourceInner object itself.

withTenantId

public ServerAdministratorResourceInner withTenantId(UUID tenantId)

Set the tenantId property: The server Active Directory Administrator tenant id.

Parameters:

tenantId - the tenantId value to set.

Returns:

the ServerAdministratorResourceInner object itself.

Applies to