Uses of Class
com.azure.resourcemanager.authorization.fluent.models.DenyAssignmentProperties
Packages that use DenyAssignmentProperties
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of DenyAssignmentProperties in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return DenyAssignmentPropertiesModifier and TypeMethodDescriptionDenyAssignmentProperties.withCondition(String condition) Set the condition property: The conditions on the deny assignment.DenyAssignmentProperties.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.DenyAssignmentProperties.withDenyAssignmentName(String denyAssignmentName) Set the denyAssignmentName property: The display name of the deny assignment.DenyAssignmentProperties.withDescription(String description) Set the description property: The description of the deny assignment.DenyAssignmentProperties.withDoNotApplyToChildScopes(Boolean doNotApplyToChildScopes) Set the doNotApplyToChildScopes property: Determines if the deny assignment applies to child scopes.DenyAssignmentProperties.withExcludePrincipals(List<Principal> excludePrincipals) Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentProperties.withIsSystemProtected(Boolean isSystemProtected) Set the isSystemProtected property: Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.DenyAssignmentProperties.withPermissions(List<DenyAssignmentPermission> permissions) Set the permissions property: An array of permissions that are denied by the deny assignment.DenyAssignmentProperties.withPrincipals(List<Principal> principals) Set the principals property: Array of principals to which the deny assignment applies.Set the scope property: The deny assignment scope.