GetSuppressionResult

data class GetSuppressionResult(val expirationTimeStamp: String, val id: String, val name: String, val suppressionId: String? = null, val systemData: SystemDataResponse, val ttl: String? = null, val type: String)

The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule.

Constructors

Link copied to clipboard
constructor(expirationTimeStamp: String, id: String, name: String, suppressionId: String? = null, systemData: SystemDataResponse, ttl: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the expiration time stamp.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard
val suppressionId: String? = null

The GUID of the suppression.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val ttl: String? = null

The duration for which the suppression is valid.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"