Skip to main content

Access Control Request Failed Notification

Overview

Properties
Kindnotification:access-control-request-failed
WhenAn access control request failed to be processed
Recipient typesAccess Control Requester, System Owner

JSON Schema

Schema
type : object
  • verb string required
    type : string
    Possible values : 
    • grant
    • revoke
    The requested action on the access control list of the resource.
  • requestStatus string required
    type : string
    Possible values : 
    • requested
    • approved
    • rejected
    • failed
    • completed
    The status of the request.
  • requester object required
    type : object
    • userRef string required
      type : string
      The reference of the user who requested the access control change.
    • displayName string required
      type : string
      The display name of the user who requested the access control change.
    The user who requested the access control change.
  • requestedResource object required
    type : object
    • owner object required
      type : object
      • userRef string required
        type : string
        The reference of the owner of the requested resource.
      • displayName string required
        type : string
        The display name of the owner of the requested resource.
      The owner of the requested resource.
    • consumableInterface object required
      type : object
      • urn string required
        type : string
        The URN of the resource.
      • displayName string required
        type : string
        The display name of the resource.
      • type string required
        type : string
        The 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 : object
      • urn string required
        type : string
        The URN of the parent system.
      • displayName string required
        type : string
        The display name of the parent system.
      • version string required
        type : string
        The version of the parent system.
      • domain string required
        type : string
        The domain of the parent system.
      The parent system of the resource.
    • environment string required
      type : string
      The environment where the resource is located.
    The requested resource whose access control list will be affected by this request.
  • requestedUsers (string,...)[] required
    type : array
    • items[x] string
      type : string
    The users entity references who are requested to be granted access to the resource.
  • requestedAt string required
    type : string
    The ISO 8601 formatted date when the request was made.
  • displayFields object required
    type : object
    The display fields of the request.