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 dataActions property: Allowed Data actions.Get the notActions property: Denied actions.Get the notDataActions property: Denied Data actions.voidvalidate()Validates the instance.withActions(List<String> actions) Set the actions property: Allowed actions.withDataActions(List<String> dataActions) Set the dataActions property: Allowed Data actions.withNotActions(List<String> notActions) Set the notActions property: Denied actions.withNotDataActions(List<String> notDataActions) Set the notDataActions property: Denied Data actions.
-
Constructor Details
-
PermissionInner
public PermissionInner()Creates an instance of PermissionInner class.
-
-
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.
-
dataActions
Get the dataActions property: Allowed Data actions.- Returns:
- the dataActions value.
-
withDataActions
Set the dataActions property: Allowed Data actions.- Parameters:
dataActions- the dataActions value to set.- Returns:
- the PermissionInner object itself.
-
notDataActions
Get the notDataActions property: Denied Data actions.- Returns:
- the notDataActions value.
-
withNotDataActions
Set the notDataActions property: Denied Data actions.- Parameters:
notDataActions- the notDataActions value to set.- Returns:
- the PermissionInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-