circle-info
Squadcast is now SolarWinds Incident Response

CommonV3RBACOwner

Represents the RBAC owner of an entity.

Example Usage

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

let value: CommonV3RBACOwner = {
  id: "<id>",
  type: "team",
};

Fields

Field
Type
Required
Description

id

string

✔️

The ID of the owner.

type

✔️

The type of the owner.

Last updated