ResourceAuthorization interface
The details of the authorization for the resource.
Properties
| action | The action being requested. |
| evidence | The evidence for the authorization. |
| scope | The scope of the authorization. |
Property Details
action
The action being requested.
action?: string
Property Value
string
evidence
The evidence for the authorization.
evidence: Record<string, string>
Property Value
Record<string, string>
scope
The scope of the authorization.
scope?: string
Property Value
string