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 theaccessasallowordeny. When no rule matches, theaccessis set tonotAllow. When access can't be determined because all information required to match theconditionin the rule,accessis set toconditional. Refer to rule.json.policy(string): Name of the policy where theruleis from.role(string): Name of the role where thepolicyis 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.