AccountAuditConfigurationCertAgeCheckCustomConfiguration

data class AccountAuditConfigurationCertAgeCheckCustomConfiguration(val certAgeThresholdInDays: String? = null)

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

Constructors

constructor(certAgeThresholdInDays: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.