public final class PermissionInner extends Object
| Constructor and Description |
|---|
PermissionInner() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
actions()
Get the actions property: Allowed actions.
|
List<String> |
dataActions()
Get the dataActions property: Allowed Data actions.
|
List<String> |
notActions()
Get the notActions property: Denied actions.
|
List<String> |
notDataActions()
Get the notDataActions property: Denied Data actions.
|
void |
validate()
Validates the instance.
|
PermissionInner |
withActions(List<String> actions)
Set the actions property: Allowed actions.
|
PermissionInner |
withDataActions(List<String> dataActions)
Set the dataActions property: Allowed Data actions.
|
PermissionInner |
withNotActions(List<String> notActions)
Set the notActions property: Denied actions.
|
PermissionInner |
withNotDataActions(List<String> notDataActions)
Set the notDataActions property: Denied Data actions.
|
public List<String> actions()
public PermissionInner withActions(List<String> actions)
actions - the actions value to set.public List<String> notActions()
public PermissionInner withNotActions(List<String> notActions)
notActions - the notActions value to set.public List<String> dataActions()
public PermissionInner withDataActions(List<String> dataActions)
dataActions - the dataActions value to set.public List<String> notDataActions()
public PermissionInner withNotDataActions(List<String> notDataActions)
notDataActions - the notDataActions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.