CommonV3RBACEntityPermission
Last updated
Represents a permission granted to a user for a specific entity.
import { CommonV3RBACEntityPermission } from "@solarwinds/squadcast-sdk-typescript/models";
let value: CommonV3RBACEntityPermission = {
userId: "<id>",
abilities: {},
};userId
string
✔️
The ID of the user receiving the permission.
Last updated