Represents the RBAC owner of an entity.
import { CommonV3RBACOwner } from "@solarwinds/squadcast-sdk-typescript/models"; let value: CommonV3RBACOwner = { id: "<id>", type: "team", };
id
string
✔️
The ID of the owner.
type
models.CommonV3RBACOwnerType
The type of the owner.
Last updated 1 day ago