FrameworkMetadata

The metadata of a framework, such as the name, ID, or description.

Types

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

Properties

Link copied to clipboard

The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.

Link copied to clipboard

The description of the framework.

Link copied to clipboard
val logo: String?

The logo that's associated with the framework.

Link copied to clipboard
val name: String?

The name of the framework.

Functions

Link copied to clipboard
inline fun copy(block: FrameworkMetadata.Builder.() -> Unit = {}): FrameworkMetadata
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