Identity.DefinitionStages.WithIsolationScope Interface

public static interface Identity.DefinitionStages.WithIsolationScope

The stage of the identity definition allowing to specify the isolation scope.

Method Summary

Modifier and Type Method and Description
default WithCreate withIsolationScope(IsolationScope isolationScope)

Specifies the isolation scope of the identity, which configures regional restrictions on identity assignment.

Method Details

withIsolationScope

public default Identity.DefinitionStages.WithCreate withIsolationScope(IsolationScope isolationScope)

Specifies the isolation scope of the identity, which configures regional restrictions on identity assignment.

Parameters:

isolationScope - the isolation scope of the identity

Returns:

the next stage of the definition

Applies to