interface PluginOptions {
    evaluation?: { metrics: ChecksEvaluationMetric[] };
    googleAuthOptions?: GoogleAuthOptions<JSONClient>;
    projectId?: string;
}

Properties

evaluation?: { metrics: ChecksEvaluationMetric[] }

Configure Checks evaluators.

googleAuthOptions?: GoogleAuthOptions<JSONClient>

Provide custom authentication configuration for connecting to Checks API.

projectId?: string

The Google Cloud project id to call. Must have quota for the Checks API.