Update application identity scope
Updates store access and version permissions for a scope. Requires scope: secret-store.write.
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Path parameters
scope_id
Secret Store identity scope ID.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
Request
This endpoint expects an object.
access_mode
allow_version_read
allow_rollback
allow_destroy
Response
Scope updated successfully.
id
identity_id
scope_type
store_id
organization_id
workspace_id
access_mode
allow_version_read
allow_rollback
allow_destroy
created_at
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
