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
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
If set to true, it sorts the certificates matched by previous criteria by the NotBefore field, returning only the most recent one. If set to false, it returns an error if more than one certificate is found. Defaults to false.
Link copied to clipboard