AuditMitigationActionExecutionMetadata

Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the mitigation action being applied by the task.

Link copied to clipboard

The friendly name of the mitigation action being applied by the task.

Link copied to clipboard

The date and time when the task was completed or canceled. Blank if the task is still running.

Link copied to clipboard

If an error occurred, the code that indicates which type of error occurred.

Link copied to clipboard

The unique identifier for the findings to which the task and associated mitigation action are applied.

Link copied to clipboard

If an error occurred, a message that describes the error.

Link copied to clipboard

The date and time when the task was started.

Link copied to clipboard

The current status of the task being executed.

Link copied to clipboard

The unique identifier for the task that applies the mitigation action.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String