Skip to main content

Variable: GatewaySecretReferenceDetailResponseSchema

const GatewaySecretReferenceDetailResponseSchema: z.ZodType<{
[key: string]: unknown;
id?: string;
organisation_id?: string;
name?: string;
slug?: string;
description?: string | null;
manager_type?: string;
secret_path?: string;
secret_key?: string | null;
allow_all_workspaces?: boolean;
tags?: | {
[key: string]: string;
}
| null;
status?: string;
created_by?: string;
created_at?: string;
last_updated_at?: string;
auth_config?: {
[key: string]: unknown;
};
object?: string;
}>;

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

SCM SecretReferenceDetailResponse; unknown response fields are preserved.