Skip to main content

Variable: GatewayCatalogSecretMappingSchema

const GatewayCatalogSecretMappingSchema: z.ZodType<{
[key: string]: unknown;
target_field: string;
secret_reference_id: string;
secret_key?: string | null;
value_format?: string | null;
}>;

Defined in: src/models/ai-gateway-extensions.ts:2852

SCM SecretMapping; unknown response fields are preserved.