AcessPolicy resource
This table outlines the attributes of the AccessPolicy
resource and their descriptions.
AccessPolicy.and
Array of Any
A list of conditions that must all be satisfied for the policy to grant access.
AccessPolicy.description
string
A textual description of the access policy.
AccessPolicy.engine
string
Specifies the evaluation engine used for the policy.
Allowed values: json-schema
| allow
| sql
| complex
| matcho
| clj
| matcho-rpc
| allow-rpc
| signed-rp
c | smart-on-fhir
Docs
AccessPolicy.link
Array of Reference
References to resources ( User
, Client
, Operation
) associated with this policy.
AccessPolicy.module
string
Specifies the module associated with the access policy.
AccessPolicy.or
Array of Any
A list of conditions where at least one must be satisfied for the policy to grant access.
AccessPolicy.roleName
string
Symbolic link to a Role
by name, associating the policy with a specific role. Docs.
AccessPolicy.source
string
AccessPolicy.type
string
The type or category of the access policy.
Allowed values: scope
| rest
| rpc
Last updated