Interface WorkspaceAadAdminInfo


public interface WorkspaceAadAdminInfo
An immutable client-side representation of WorkspaceAadAdminInfo.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the administratorType property: Workspace active directory administrator type.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkspaceAadAdminInfoInner object.
    Gets the login property: Login of the workspace active directory administrator.
    Gets the name property: The name of the resource.
    sid()
    Gets the sid property: Object ID of the workspace active directory administrator.
    Gets the tenantId property: Tenant ID of the workspace active directory administrator.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • tenantId

      String tenantId()
      Gets the tenantId property: Tenant ID of the workspace active directory administrator.
      Returns:
      the tenantId value.
    • login

      String login()
      Gets the login property: Login of the workspace active directory administrator.
      Returns:
      the login value.
    • administratorType

      String administratorType()
      Gets the administratorType property: Workspace active directory administrator type.
      Returns:
      the administratorType value.
    • sid

      String sid()
      Gets the sid property: Object ID of the workspace active directory administrator.
      Returns:
      the sid value.
    • innerModel

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