Variable: GatewaySecretReferencesClientListOptionsSchema
const GatewaySecretReferencesClientListOptionsSchema: z.ZodType<{
manager_type?: "aws_sm" | "azure_kv" | "hashicorp_vault";
tags?: string;
search?: string;
current_page?: number;
page_size?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1459
SCM SecretReferencesClientListOptions; stable request fields are strict; extension maps accept finite JSON.