Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudSecuritycenterV2PolicyDriftDetails

import type { GoogleCloudSecuritycenterV2PolicyDriftDetails } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

The policy field that violates the deployed posture and its expected and detected values.

interface GoogleCloudSecuritycenterV2PolicyDriftDetails {
detectedValue?: string;
expectedValue?: string;
field?: string;
}

§Properties

§
detectedValue?: string
[src]

The detected value that violates the deployed posture, for example, false or allowed_values={"projects/22831892"}.

§
expectedValue?: string
[src]

The value of this field that was configured in a posture, for example, true or allowed_values={"projects/29831892"}.

§
field?: string
[src]

The name of the updated field, for example constraint.implementation.policy_rules[0].enforce