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

SasPortalSetPolicyRequest

import type { SasPortalSetPolicyRequest } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Request message for SetPolicy method.

interface SasPortalSetPolicyRequest {
disableNotification?: boolean;
policy?: SasPortalPolicy;
resource?: string;
}

§Properties

§
disableNotification?: boolean
[src]

Optional. Set the field as true to disable the onboarding notification.

§

Required. The policy to be applied to the resource.

§
resource?: string
[src]

Required. The resource for which the policy is being specified. This policy replaces any existing policy.