SasPortalAssignment
import type { SasPortalAssignment } from "https://googleapis.deno.dev/v1/sasportal:v1alpha1.ts";Associates members with a role.
interface SasPortalAssignment {
members?: string[];
role?: string;
}import type { SasPortalAssignment } from "https://googleapis.deno.dev/v1/sasportal:v1alpha1.ts";Associates members with a role.