Interface PolicyAssignment.DefinitionStages.WithExcludedScopes
- All Known Subinterfaces:
PolicyAssignment.Definition,PolicyAssignment.DefinitionStages.WithCreate
- Enclosing interface:
PolicyAssignment.DefinitionStages
public static interface PolicyAssignment.DefinitionStages.WithExcludedScopes
A policy assignment allowing the excluded scopes to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithExcludedScope(String scope) Specifies the excluded scope of the policy assignment.
-
Method Details
-
withExcludedScope
Specifies the excluded scope of the policy assignment.- Parameters:
scope- the scope to be excluded from the policy assignment- Returns:
- the next stage of policy assignment
-