Class WorkspaceIdentity


  • public final class WorkspaceIdentity
    extends Object
    Identity properties of the workspace resource.
    • Constructor Detail

      • WorkspaceIdentity

        public WorkspaceIdentity()
        Creates an instance of WorkspaceIdentity class.
    • Method Detail

      • getType

        public String getType()
        Get the type property: The identity type. Currently the only supported type is 'SystemAssigned'.
        Returns:
        the type value.
      • setType

        public WorkspaceIdentity setType​(String type)
        Set the type property: The identity type. Currently the only supported type is 'SystemAssigned'.
        Parameters:
        type - the type value to set.
        Returns:
        the WorkspaceIdentity object itself.
      • getPrincipalId

        public String getPrincipalId()
        Get the principalId property: The principal id of the identity.
        Returns:
        the principalId value.
      • getTenantId

        public String getTenantId()
        Get the tenantId property: The client tenant id of the identity.
        Returns:
        the tenantId value.