v1

latestOpenAPI 3.0.32026-07-2647121109.1 KB
CWObject

Update access key status

Updates the status of every access key for a principal to ACCESS_KEY_STATUS_ACTIVE or ACCESS_KEY_STATUS_SUSPENDED.

put/v1/cwobject/access-key-status

Request body

principalNamestring required

The fully-qualified principal whose access-key status should change.

status'ACCESS_KEY_STATUS_ACTIVE' | 'ACCESS_KEY_STATUS_SUSPENDED' enum required

The new status to apply to every access key for the principal. ACCESS_KEY_STATUS_ACTIVE makes the keys usable; ACCESS_KEY_STATUS_SUSPENDED prevents authentication without revoking them.

Response

OK