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.
Constructors
Link copied to clipboard
                fun SecretAttributesArgs(enabled: Output<Boolean>? = null, expires: Output<Int>? = null, notBefore: Output<Int>? = null)