palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
26 lines • 845 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
import type { TenantSamlSpecAttribute } from './tenantSamlSpecAttribute';
/**
* Tenant
*/
export type TenantSamlRequestSpec = {
attributes?: TenantSamlSpecAttribute[];
defaultTeams?: string[];
federationMetadata?: string;
identityProvider?: string;
isSingleLogoutEnabled?: boolean;
isSsoEnabled?: boolean;
nameIdFormat?: string;
/** When syncSsoTeams is set to true, all the teams from the OIDC configuration are pulled and saved in palette whereas when set to false, only the teams which are part of palette are pulled and saved */
syncSsoTeams?: boolean;
};
//# sourceMappingURL=tenantSamlRequestSpec.d.ts.map