RotateScimTokenBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RotateScimTokenBody.jsoncreatedAtdate-timerequired
tokenstringrequired
The raw bearer token. Shown exactly once — store it immediately in the IdP config.
uuidstringrequired
RotateScimTokenBody
{
"$schema": "https://example.com/schemas/RotateScimTokenBody.json",
"createdAt": "2024-07-29T15:51:28.071Z",
"token": "string",
"uuid": "string"
}