Variable: GatewayOrganisationAuthSettingsUpdateRequestSchema
const GatewayOrganisationAuthSettingsUpdateRequestSchema: ZodEffects<ZodObject<{
auth_settings: ZodOptional<ZodType<GatewayJsonObject, ZodTypeDef, GatewayJsonObject>>;
domains: ZodOptional<ZodArray<ZodString, "many">>;
scim_token: ZodOptional<ZodString>;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
auth_settings?: GatewayJsonObject;
domains?: string[];
scim_token?: string;
}, {
auth_settings?: GatewayJsonObject;
domains?: string[];
scim_token?: string;
}>, {
[key: string]: any;
}, {
[key: string]: any;
}>;
Defined in: src/models/ai-gateway-requests.ts:544