ca Certificate Key Quality Check
suspend fun caCertificateKeyQualityCheck(value: Output<AccountAuditConfigurationAuditCheckConfigurationArgs>)
suspend fun caCertificateKeyQualityCheck(value: AccountAuditConfigurationAuditCheckConfigurationArgs?)
Parameters
value
Checks the quality of the CA certificate key. The quality checks if the key is in a valid format, not expired, and if the key meets a minimum required size. This check applies to CA certificates that are ACTIVE
or PENDING_TRANSFER
.
suspend fun caCertificateKeyQualityCheck(argument: suspend AccountAuditConfigurationAuditCheckConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Checks the quality of the CA certificate key. The quality checks if the key is in a valid format, not expired, and if the key meets a minimum required size. This check applies to CA certificates that are ACTIVE
or PENDING_TRANSFER
.