IdentityReferenceWithNameAndEmail
Import this model from the entry point of its package:
import { IdentityReferenceWithNameAndEmail } from '@sailpoint/angular-sdk/certifications';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | (optional) string | The type can only be IDENTITY. This is read-only. | [default to undefined] |
| id | (optional) string | Identity ID. | [default to undefined] |
| name | (optional) string | Identity's human-readable display name. This is read-only. | [default to undefined] |
(optional) string | Identity's email address. This is read-only. | [default to undefined] |