Get Certificate Plain Args
data class GetCertificatePlainArgs(val domain: String, val keyTypes: List<String>? = null, val mostRecent: Boolean? = null, val statuses: List<String>? = null, val tags: Map<String, String>? = null, val types: List<String>? = null) : ConvertibleToJava<GetCertificatePlainArgs>
A collection of arguments for invoking getCertificate.
Constructors
Functions
Properties
Link copied to clipboard
List of key algorithms to filter certificates. By default, ACM does not return all certificate types when searching. See the ACM API Reference for supported key algorithms.
Link copied to clipboard