configuration
suspend fun configuration(value: Output<AccountAuditConfigurationCertAgeCheckCustomConfigurationArgs>)
Parameters
value
Configuration settings for the device certificate age check, including the threshold in days for certificate age. This configuration is of type CertAgeCheckCustomConfiguration
.
suspend fun configuration(argument: suspend AccountAuditConfigurationCertAgeCheckCustomConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration settings for the device certificate age check, including the threshold in days for certificate age. This configuration is of type CertAgeCheckCustomConfiguration
.