Interface PolicyRestrictionContract.UpdateStages.WithRequireBase
- All Known Subinterfaces:
PolicyRestrictionContract.Update
- Enclosing interface:
PolicyRestrictionContract.UpdateStages
public static interface PolicyRestrictionContract.UpdateStages.WithRequireBase
The stage of the PolicyRestrictionContract update 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
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.
-