Interface CustomEntityStoreAssignment.DefinitionStages.WithPrincipal

All Known Subinterfaces:
CustomEntityStoreAssignment.Definition, CustomEntityStoreAssignment.DefinitionStages.WithCreate
Enclosing interface:
CustomEntityStoreAssignment.DefinitionStages

public static interface CustomEntityStoreAssignment.DefinitionStages.WithPrincipal
The stage of the CustomEntityStoreAssignment definition allowing to specify principal.
  • Method Details

    • withPrincipal

      Specifies the principal property: The principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId].
      Parameters:
      principal - The principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId].
      Returns:
      the next definition stage.