CertificateLibraryNotificationSettings

CertificateLibraryNotificationSettings
CertificateLibraryNotificationSettings

Frequency settings to configure when notifications are sent related to a certificate library entity expiring.

JSON Example
{
    "notifyExpired": false,
    "notifyDayOf": false,
    "notifyDayBefore": false,
    "notifyWeekBefore": false,
    "notifyThirtyDaysBefore": false,
    "notifyNinetyDaysBefore": false
}
boolean
notifyExpired
Required

Whether or not to send expiration notifications when a certificate library entity is expired.

boolean
notifyDayOf
Required

Whether or not to send expiration notifications the day of certificate library entity expiration.

boolean
notifyDayBefore
Required

Whether or not to send expiration notifications a day before certificate library entity expiration.

boolean
notifyWeekBefore
Required

Whether or not to send expiration notifications a week before certificate library entity expiration.

boolean
notifyThirtyDaysBefore
Required

Whether or not to send expiration notifications 30 days before certificate library entity expiration.

boolean
notifyNinetyDaysBefore
Required

Whether or not to send expiration notifications 90 days before certificate library entity expiration.

Availability
Added in 39.0