circle-info
Squadcast is now SolarWinds Incident Response

CommonV3RBACEntityPermission

Represents a permission granted to a user for a specific entity.

Example Usage

import { CommonV3RBACEntityPermission } from "@solarwinds/squadcast-sdk-typescript/models";

let value: CommonV3RBACEntityPermission = {
  userId: "<id>",
  abilities: {},
};

Fields

Field
Type
Required
Description

userId

string

✔️

The ID of the user receiving the permission.

abilities

✔️

A map of abilities granted to the user.

Last updated