UpdateSecurityRequirementEntry

Contains the details for updating an existing security requirement within a pack. The name is an immutable identifier used to locate the requirement and cannot be modified.

Types

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

Properties

Link copied to clipboard

The updated description of the security requirement.

Link copied to clipboard

The updated security domain the requirement belongs to.

Link copied to clipboard

The updated evaluation criteria used to assess compliance with this requirement.

Link copied to clipboard

The name of the security requirement to update. This is an immutable identifier and cannot be changed once the requirement is created.

Link copied to clipboard

The updated remediation steps when the requirement is not met.

Functions

Link copied to clipboard
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