device Certificate Key Quality Check
suspend fun deviceCertificateKeyQualityCheck(value: Output<AccountAuditConfigurationAuditCheckConfigurationArgs>)
suspend fun deviceCertificateKeyQualityCheck(value: AccountAuditConfigurationAuditCheckConfigurationArgs?)
Parameters
value
Checks the quality of the device certificate key. The quality checks if the key is in a valid format, not expired, signed by a registered certificate authority, and if the key meets a minimum required size.
suspend fun deviceCertificateKeyQualityCheck(argument: suspend AccountAuditConfigurationAuditCheckConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Checks the quality of the device certificate key. The quality checks if the key is in a valid format, not expired, signed by a registered certificate authority, and if the key meets a minimum required size.