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

SecuritySettings

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

The definition of security settings.

interface SecuritySettings {
memberRestriction?: MemberRestriction;
readonly name?: string;
}

§Properties

§
memberRestriction?: MemberRestriction
[src]

The Member Restriction value

§
readonly name?: string
[src]

Output only. The resource name of the security settings. Shall be of the form groups/{group_id}/securitySettings.