data class SecretV2CustomMetadataArgs(val casRequired: Output<Boolean>? = null, val data: Output<Map<String, String>>? = null, val deleteVersionAfter: Output<Int>? = null, val maxVersions: Output<Int>? = null) : ConvertibleToJava<SecretV2CustomMetadataArgs>
A mapping whose keys are the top-level data keys returned from Vault and whose values are the corresponding values. This map can only represent string data, so any non-string values returned from Vault are serialized as JSON.