Skip to main content

IdentityReferenceWithNameAndEmail

Import this model from the entry point of its package:

import { IdentityReferenceWithNameAndEmail } from '@sailpoint/angular-sdk/certifications';

Properties

NameTypeDescriptionNotes
type(optional) stringThe type can only be IDENTITY. This is read-only.[default to undefined]
id(optional) stringIdentity ID.[default to undefined]
name(optional) stringIdentity's human-readable display name. This is read-only.[default to undefined]
email(optional) stringIdentity's email address. This is read-only.[default to undefined]