@piiano/vault-client
Version:
Piiano Vault generated typescript client
27 lines • 900 B
TypeScript
export type ServiceConfig = {
admin_api_key: string;
override_admin_api_key_on_restart?: boolean;
allow_origins?: string;
admin_may_read_data: boolean;
components?: string;
worker_priority?: number;
pci_restrictions?: boolean;
default_page_size: number;
set_iam_on_start_only?: boolean;
update_schema_on_start?: boolean;
force_access_reason: boolean;
listen_addr: string;
max_page_size: number;
max_pagination_remaining_count?: number;
timeout_seconds: number;
cache_refresh_interval: number;
cache_refresh_timeout?: number;
archive_prune_interval: number;
archive_prune_timeout?: number;
substring_index_refresh_interval?: number;
license: string;
allowed_http_destinations?: string;
allowed_pci_http_destinations?: string;
actions_http_call_role?: string;
};
//# sourceMappingURL=ServiceConfig.d.ts.map