ResourcePermission
A set of permissions for a user that shows what operation is denied, allowed, or not allowed for all the resources.
Properties
resource
(string): Name of the resource.permissions
(array): Permissions for aresource
.- Items: Refer to #/definitions/permission.
Definitions
permission
(object): Cannot contain additional properties.operation
: Operation names related to theresource
. Refer to resourceDescriptor.json#/definitions/operation.access
(string): Access decided after evaluating rules in a policy. Note the access is defined in the order of precedence. Must be one of:["deny", "allow", "conditionalDeny", "conditionalAllow", "notAllow"]
.rule
: Rule that matches the resource and the operation that decided theaccess
asallow
ordeny
. When no rule matches, theaccess
is set tonotAllow
. When access can't be determined because all information required to match thecondition
in the rule,access
is set toconditional
. Refer to rule.json.policy
(string): Name of the policy where therule
is from.role
(string): Name of the role where thepolicy
is from. If this is not role based policy,role
is set to null.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.