UserRolePermission
import type { UserRolePermission } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";
Contains properties of a user role permission.
interface UserRolePermission {
availability?:
| "NOT_AVAILABLE_BY_DEFAULT"
| "ACCOUNT_BY_DEFAULT"
| "SUBACCOUNT_AND_ACCOUNT_BY_DEFAULT"
| "ACCOUNT_ALWAYS"
| "SUBACCOUNT_AND_ACCOUNT_ALWAYS"
| "USER_PROFILE_ONLY";
id?: bigint;
kind?: string;
name?: string;
permissionGroupId?: bigint;
}§Properties
§
availability?: "NOT_AVAILABLE_BY_DEFAULT" | "ACCOUNT_BY_DEFAULT" | "SUBACCOUNT_AND_ACCOUNT_BY_DEFAULT" | "ACCOUNT_ALWAYS" | "SUBACCOUNT_AND_ACCOUNT_ALWAYS" | "USER_PROFILE_ONLY"
[src]Levels of availability for a user role permission.