mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
20 lines
685 B
YAML
20 lines
685 B
YAML
type: object
|
|
properties:
|
|
taskId:
|
|
type: string
|
|
description: >-
|
|
ID of the task which is executing the bulk deletion. This can be passed to the **/task-status** API to
|
|
track status.
|
|
example: 2c9180867817ac4d017817c491119a20
|
|
pending:
|
|
type: array
|
|
description: List of IDs of Access Profiles which are pending deletion.
|
|
items:
|
|
type: string
|
|
example: ["2c91808876438bbb017668c21919ecca","2c91808876438bb201766e129f151816"]
|
|
inUse:
|
|
type: array
|
|
description: List of usages of Access Profiles targeted for deletion.
|
|
items:
|
|
$ref: './AccessProfileUsage.yaml'
|