WorkspaceAadAdminInfo Interface

public interface WorkspaceAadAdminInfo

An immutable client-side representation of WorkspaceAadAdminInfo.

Method Summary

Modifier and Type Method and Description
abstract String administratorType()

Gets the administratorType property: Workspace active directory administrator type.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract WorkspaceAadAdminInfoInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkspaceAadAdminInfoInner object.

abstract String login()

Gets the login property: Login of the workspace active directory administrator.

abstract String name()

Gets the name property: The name of the resource.

abstract String sid()

Gets the sid property: Object ID of the workspace active directory administrator.

abstract String tenantId()

Gets the tenantId property: Tenant ID of the workspace active directory administrator.

abstract String type()

Gets the type property: The type of the resource.

Method Details

administratorType

public abstract String administratorType()

Gets the administratorType property: Workspace active directory administrator type.

Returns:

the administratorType value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract WorkspaceAadAdminInfoInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkspaceAadAdminInfoInner object.

Returns:

the inner object.

login

public abstract String login()

Gets the login property: Login of the workspace active directory administrator.

Returns:

the login value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

sid

public abstract String sid()

Gets the sid property: Object ID of the workspace active directory administrator.

Returns:

the sid value.

tenantId

public abstract String tenantId()

Gets the tenantId property: Tenant ID of the workspace active directory administrator.

Returns:

the tenantId value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to