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

GoogleIamV1LoggingAuditData

import type { GoogleIamV1LoggingAuditData } from "https://googleapis.deno.dev/v1/iam:v2.ts";

Audit log information specific to Cloud IAM. This message is serialized as an Any type in the ServiceData message of an AuditLog message.

interface GoogleIamV1LoggingAuditData {
policyDelta?: GoogleIamV1PolicyDelta;
}

§Properties

§

Policy delta between the original policy and the newly set policy.