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

SasPortalAssignment

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

Associates members with a role.

interface SasPortalAssignment {
members?: string[];
role?: string;
}

§Properties

§
members?: string[]
[src]

The identities the role is assigned to. It can have the following values:

  • {user_email}: An email address that represents a specific Google account. For example: alice@gmail.com. * {group_email}: An email address that represents a Google group. For example, viewers@gmail.com.
§
role?: string
[src]

Required. Role that is assigned to members.