Skip to main content

Variable: GatewayUpdateSecretReferenceRequestSchema

const GatewayUpdateSecretReferenceRequestSchema: z.ZodType<{
name?: string;
description?: string | null;
auth_config?: {
[key: string]: GatewayJsonValue;
};
secret_path?: string;
secret_key?: string | null;
allow_all_workspaces?: boolean;
allowed_workspaces?: string[];
tags?: | {
[key: string]: string;
}
| null;
}>;

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

SCM UpdateSecretReferenceRequest; stable request fields are strict; extension maps accept finite JSON.