System Data Response
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
Properties
Link copied to clipboard
The type of identity that created dedicated hsm resource.
Link copied to clipboard
The timestamp of dedicated hsm resource last modification (UTC).
Link copied to clipboard
The identity that last modified dedicated hsm resource.
Link copied to clipboard
The type of identity that last modified dedicated hsm resource.