CustomEntityStoreAssignment.DefinitionStages.WithPrincipal Interface

public static interface CustomEntityStoreAssignment.DefinitionStages.WithPrincipal

The stage of the CustomEntityStoreAssignment definition allowing to specify principal.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrincipal(String principal)

Specifies the principal property: The principal assigned with entity store.

Method Details

withPrincipal

public abstract CustomEntityStoreAssignment.DefinitionStages.WithCreate withPrincipal(String principal)

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.

Applies to