SuppressionProperties interface
The properties of the suppression.
Properties
| expiration |
Gets or sets the expiration time stamp. |
| suppression |
The GUID of the suppression. |
| ttl | The duration for which the suppression is valid. |
Property Details
expirationTimeStamp
Gets or sets the expiration time stamp.
expirationTimeStamp?: Date
Property Value
Date
suppressionId
The GUID of the suppression.
suppressionId?: string
Property Value
string
ttl
The duration for which the suppression is valid.
ttl?: string
Property Value
string