Create a SCIM provisioning token
scaleway_iam_create_scim_tokenGenerate a SCIM token to authorize an identity provider to create, modify, and deactivate IAM users. The token is returned only once and requires explicit confirmation.
Instructions
Generate a new SCIM token. IMPORTANT: like an API key's secret, this token is returned ONLY in this response - capture it immediately and configure it in the identity provider, it cannot be re-fetched later. Requires confirm=true - this token grants the IdP power to create/modify/deactivate Users. FIELD SHAPE UNVERIFIED: never live-tested (see docs/gotchas.md) - 'description' is a best-effort guess matching every other credential-creation tool's convention in this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly true. | |
| scim_id | Yes | From scaleway_iam_get_scim_config's id field. | |
| description | Yes | What this token is for, e.g. the IdP's name. |