statuses

@JvmName(name = "itpkpemiyhuqkfcn")
suspend fun statuses(value: List<String>?)

Parameters

value

List of statuses on which to filter the returned list. Valid values are PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED and FAILED. If no value is specified, only certificates in the ISSUED state are returned.


@JvmName(name = "lmlawfioeuuucyka")
suspend fun statuses(vararg values: String)

Parameters

values

List of statuses on which to filter the returned list. Valid values are PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED and FAILED. If no value is specified, only certificates in the ISSUED state are returned.