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 the key vault resource.
Constructors
Properties
Link copied to clipboard
The type of identity that created the key vault resource.
Link copied to clipboard
The timestamp of the key vault resource last modification (UTC).
Link copied to clipboard
The identity that last modified the key vault resource.
Link copied to clipboard
The type of identity that last modified the key vault resource.