PublicMachineIdentity
Import this model from the entry point of its package:
import { PublicMachineIdentity } from '@sailpoint/angular-sdk/public_machine_identities';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | Machine identity id. | [default to undefined] |
| name | (optional) string | Human-readable display name of the machine identity. | [default to undefined] |
| description | (optional) string | Description of the machine identity. | [default to undefined] |
| subtype | (optional) string | Machine identity subtype. Present when your tenant returns enriched public machine identity data; otherwise omitted or null. | [default to undefined] |
| owner | (optional) PublicMachineIdentityOwner | [default to undefined] |