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 a- resource.- Items: Refer to #/definitions/permission.
 
Definitions
- permission(object): Cannot contain additional properties.- operation: Operation names related to the- resource. 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 the- accessas- allowor- deny. When no rule matches, the- accessis set to- notAllow. When access can't be determined because all information required to match the- conditionin the rule,- accessis set to- conditional. Refer to rule.json.
- policy(string): Name of the policy where the- ruleis from.
- role(string): Name of the role where the- policyis from. If this is not role based policy,- roleis set to null.
 
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.