Skip to main content

DomainStatusDto

Import this model from the entry point of its package:

import { DomainStatusDto } from '@sailpoint/angular-sdk/notifications';

Properties

NameTypeDescriptionNotes
id(optional) stringNew UUID associated with domain to be verified[default to undefined]
domain(optional) stringA domain address[default to undefined]
dkimEnabled(optional) booleanDKIM is enabled for this domain[default to false]
dkimTokens(optional) Array<string>DKIM tokens required for authentication[default to undefined]
dkimVerificationStatus(optional) stringStatus of DKIM authentication[default to undefined]
region(optional) stringThe AWS SES region the domain is associated with[default to undefined]