AccountAuditConfigurationCertAgeCheckCustomConfigurationArgs

data class AccountAuditConfigurationCertAgeCheckCustomConfigurationArgs(val certAgeThresholdInDays: Output<String>? = null) : ConvertibleToJava<AccountAuditConfigurationCertAgeCheckCustomConfigurationArgs>

A structure containing the configName and corresponding configValue for configuring audit checks.

Constructors

constructor(certAgeThresholdInDays: Output<String>? = null)

Properties

Link copied to clipboard
val certAgeThresholdInDays: Output<String>? = null

The number of days that defines when a device certificate is considered to have aged. The check will report a finding if a certificate has been active for a number of days greater than or equal to this threshold value.

Functions

Link copied to clipboard
open override fun toJava(): AccountAuditConfigurationCertAgeCheckCustomConfigurationArgs