1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/openapi/models/scimSettingsSchema.ts
Thomas Heartman 7e91cbe1c4
chore: update orval (#6842)
Includes updates for:
- playground
- parent variant 
- scim
- fetaure lifecycle
2024-04-12 10:32:23 +02:00

16 lines
371 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
/**
* An object describing settings for SCIM provisioning.
*/
export interface ScimSettingsSchema {
/** Whether SCIM provisioning is currently enabled. */
enabled: boolean;
/** Whether a SCIM provisioning API token is currently set. */
hasToken: boolean;
}