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

GoogleIamV1PolicyDelta

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

The difference delta between two policies.

interface GoogleIamV1PolicyDelta {
bindingDeltas?: GoogleIamV1BindingDelta[];
}

§Properties

§

The delta for Bindings between two policies.