mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
* Fixed several issues * More fixes to v3 APIs * More fixes * Fixed more v3 schema issues * fixed campaign filters path * Updated redoc API generator to v10 * Updated redoc api generator action to latest version * Added log to action * Fixed path in action * Added orderBy to saved search * Added some fixes for beta * Fixed duplicate nullable * Triggering checks again * Triggering checks again * More beta fixes * Fixed schema bug' by github action: 7980819692
13 lines
639 B
YAML
13 lines
639 B
YAML
type: string
|
|
enum:
|
|
- AVAILABLE
|
|
- PENDING
|
|
- ASSIGNED
|
|
- null
|
|
description: >-
|
|
Status indicating the ability of an access request for the object to be made by or on behalf of the identity
|
|
specified by *identity-id*. *AVAILABLE* indicates the object is available to request. *PENDING* indicates the object
|
|
is unavailable because the identity has a pending request in flight. *ASSIGNED* indicates the object is unavailable
|
|
because the identity already has the indicated role or access profile. If *identity-id* is not specified (allowed
|
|
only for admin users), then status will be *AVAILABLE* for all results.
|
|
example: AVAILABLE |