MachineIdentityOwnerReference
Import this model from the entry point of its package:
import { MachineIdentityOwnerReference } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | Owner's type. | [default to undefined] |
| id | string | Owner ID. | [default to undefined] |
| name | string | Owner's display name. | [default to undefined] |
| isPrimary | (optional) boolean | Indicates if this owner is the primary owner. | [default to false] |