1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/openapi/models/samlSettingsResponseSchemaDefaultRootRole.ts
2024-09-23 16:41:55 +02:00

19 lines
515 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
/**
* Assign this root role to auto created users
*/
export type SamlSettingsResponseSchemaDefaultRootRole =
(typeof SamlSettingsResponseSchemaDefaultRootRole)[keyof typeof SamlSettingsResponseSchemaDefaultRootRole];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const SamlSettingsResponseSchemaDefaultRootRole = {
Viewer: 'Viewer',
Editor: 'Editor',
Admin: 'Admin',
} as const;