DenyAssignmentProperties |
DenyAssignmentProperties.withDenyAssignmentName(String denyAssignmentName) |
Set the denyAssignmentName property: The display name of the deny assignment.
|
DenyAssignmentProperties |
DenyAssignmentProperties.withDescription(String description) |
Set the description property: The description of the deny assignment.
|
DenyAssignmentProperties |
DenyAssignmentProperties.withDoNotApplyToChildScopes(Boolean doNotApplyToChildScopes) |
Set the doNotApplyToChildScopes property: Determines if the deny assignment applies to child scopes.
|
DenyAssignmentProperties |
DenyAssignmentProperties.withExcludePrincipals(List<Principal> excludePrincipals) |
Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.
|
DenyAssignmentProperties |
DenyAssignmentProperties.withIsSystemProtected(Boolean isSystemProtected) |
Set the isSystemProtected property: Specifies whether this deny assignment was created by Azure and cannot be
edited or deleted.
|
DenyAssignmentProperties |
DenyAssignmentProperties.withPermissions(List<DenyAssignmentPermission> permissions) |
Set the permissions property: An array of permissions that are denied by the deny assignment.
|
DenyAssignmentProperties |
DenyAssignmentProperties.withPrincipals(List<Principal> principals) |
Set the principals property: Array of principals to which the deny assignment applies.
|
DenyAssignmentProperties |
DenyAssignmentProperties.withScope(String scope) |
Set the scope property: The deny assignment scope.
|