Secret Attributes Args
data class SecretAttributesArgs(val enabled: Output<Boolean>? = null, val expires: Output<Int>? = null, val notBefore: Output<Int>? = null) : ConvertibleToJava<SecretAttributesArgs>
The secret management attributes.