Encrypted Secret Content
fun EncryptedSecretContent( @Json(name = "ciphertext" ) ciphertext: String? = null, @Json(name = "mac" ) mac: String? = null, @Json(name = "ephemeral" ) ephemeral: String? = null, @Json(name = "iv" ) initializationVector: String? = null)
Content copied to clipboard