SystemDataResponse

data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of dedicated hsm resource.

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of dedicated hsm resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created dedicated hsm resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created dedicated hsm resource.

Link copied to clipboard
val lastModifiedAt: String? = null

The timestamp of dedicated hsm resource last modification (UTC).

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified dedicated hsm resource.

Link copied to clipboard

The type of identity that last modified dedicated hsm resource.