Get an Access Request

get

/access-governance/access-controls/20250331/accessRequests/{accessRequestId}

Returns details of an access request with a given ID.

Request

Path Parameters
Header Parameters
  • The client request ID for tracing. The only valid characters for request IDs are letters, numbers, underscore, and dash.
Back to Top

Response

Supported Media Types

200 Response

The Access Request for the given id
Headers
  • For optimistic concurrency control. See `if-match`.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : AccessRequest
Type: object
Description of AccessRequest.
Show Source
Nested Schema : accessBundles
Type: array
list of Access bundle items.
Show Source
Nested Schema : attributes
Type: object
Additional Properties Allowed
Show Source
Attributes of the corresponding model. Example: `{"foo-namespace": {"bar-key": "value"}}`
Nested Schema : identities
Type: array
list of identities
Show Source
Nested Schema : permissionRoles
Type: array
list of Permission roles items.
Show Source
Nested Schema : AccessBundleInfo
Type: object
Generic information object.
Show Source
Nested Schema : additionalProperties
Type: object
Show Source
Nested Schema : Info
Type: object
Generic information object.
Show Source

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

429 Response

Too Many Requests
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

Default Response

Unknown Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Back to Top