AuditSuppression class

Filters out specific findings of a Device Defender audit.

Constructors

AuditSuppression({required String checkName, required ResourceIdentifier resourceIdentifier, String? description, DateTime? expirationDate, bool? suppressIndefinitely})
AuditSuppression.fromJson(Map<String, dynamic> json)
factory

Properties

checkName String
final
description String?
The description of the audit suppression.
final
expirationDate DateTime?
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
final
hashCode int
The hash code for this object.
no setterinherited
resourceIdentifier ResourceIdentifier
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressIndefinitely bool?
Indicates whether a suppression should exist indefinitely or not.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited