pub async fn pull_providers(
client: &CloudClient,
) -> Result<Option<(Value, Option<String>)>, CoreError>Expand description
Fetch cloud-side providers as a structured array. Returns the parsed JSON
array and optional updated_at, or None if not set. Cloud holds masked keys
only — callers must NOT trust maskedKey as a usable secret.