Interface PolicyRestrictionContract.DefinitionStages.WithRequireBase
- All Known Subinterfaces:
PolicyRestrictionContract.Definition,PolicyRestrictionContract.DefinitionStages.WithCreate
- Enclosing interface:
PolicyRestrictionContract.DefinitionStages
public static interface PolicyRestrictionContract.DefinitionStages.WithRequireBase
The stage of the PolicyRestrictionContract definition allowing to specify requireBase.
-
Method Summary
Modifier and TypeMethodDescriptionwithRequireBase(PolicyRestrictionRequireBase requireBase) Specifies the requireBase property: Indicates if base policy should be enforced for the policy document..
-
Method Details
-
withRequireBase
PolicyRestrictionContract.DefinitionStages.WithCreate withRequireBase(PolicyRestrictionRequireBase requireBase) Specifies the requireBase property: Indicates if base policy should be enforced for the policy document..- Parameters:
requireBase- Indicates if base policy should be enforced for the policy document.- Returns:
- the next definition stage.
-