Class PermissionInner
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.PermissionInner
Role definition permissions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions()Get the actions property: Allowed actions.Get the notActions property: Denied actions.voidvalidate()Validates the instance.withActions(List<String> actions) Set the actions property: Allowed actions.withNotActions(List<String> notActions) Set the notActions property: Denied actions.
-
Constructor Details
-
PermissionInner
public PermissionInner()
-
-
Method Details
-
actions
Get the actions property: Allowed actions.- Returns:
- the actions value.
-
withActions
Set the actions property: Allowed actions.- Parameters:
actions- the actions value to set.- Returns:
- the PermissionInner object itself.
-
notActions
Get the notActions property: Denied actions.- Returns:
- the notActions value.
-
withNotActions
Set the notActions property: Denied actions.- Parameters:
notActions- the notActions value to set.- Returns:
- the PermissionInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-