/** * 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;