Access Control Request Failed Notification
Overview
Properties | |
---|---|
Kind | notification:access-control-request-failed |
When | An access control request failed to be processed |
Recipient types | Access Control Requester, System Owner |
JSON Schema
Schema
type : object
verb string required
type : stringPossible values :grant
revoke
The requested action on the access control list of the resource.requestStatus string required
type : stringPossible values :requested
approved
rejected
failed
completed
The status of the request.requester object required
type : objectuserRef string required
type : stringThe reference of the user who requested the access control change.displayName string required
type : stringThe display name of the user who requested the access control change.
The user who requested the access control change.requestedResource object required
type : objectowner object required
type : objectuserRef string required
type : stringThe reference of the owner of the requested resource.displayName string required
type : stringThe display name of the owner of the requested resource.
The owner of the requested resource.consumableInterface object required
type : objecturn string required
type : stringThe URN of the resource.displayName string required
type : stringThe display name of the resource.type string required
type : stringThe consumable interface type. e.g. SQL, API, etc.
The resource itself whose access control list will be affected by this request.parentSystem object required
type : objecturn string required
type : stringThe URN of the parent system.displayName string required
type : stringThe display name of the parent system.version string required
type : stringThe version of the parent system.domain string required
type : stringThe domain of the parent system.relativeLink string required
type : stringThe relative link to the parent system valid to navigate onto its marketplace page.
The parent system of the resource.environment string required
type : stringThe environment where the resource is located.
The requested resource whose access control list will be affected by this request.requestedUsers (string,...)[] required
type : arrayitems[x]
stringtype : string
The users entity references who are requested to be granted access to the resource.requestedAt string required
type : stringThe ISO 8601 formatted date when the request was made.displayFields object required
type : objectThe display fields of the request.