SuppressionContract interface
The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule.
- Extends
Properties
expiration |
Gets or sets the expiration time stamp. NOTE: This property will not be serialized. It can only be populated by the server. |
suppression |
The GUID of the suppression. |
ttl | The duration for which the suppression is valid. |
Inherited Properties
id | The resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
expirationTimeStamp
Gets or sets the expiration time stamp. NOTE: This property will not be serialized. It can only be populated by the server.
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
Inherited Property Details
id
The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type