All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.cas20200630.models.DescribeClientCertificateStatusRequest Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.cas20200630.models;

import com.aliyun.tea.*;

public class DescribeClientCertificateStatusRequest extends TeaModel {
    /**
     * 

The unique identifiers of the client certificates or server certificates that you want to query. Separate multiple unique identifiers with commas (,).

*
*

> You can call the [ListClientCertificate](~~330884~~) operation to query the unique identifiers of all client certificates and server certificates.

*/ @NameInMap("Identifier") public String identifier; public static DescribeClientCertificateStatusRequest build(java.util.Map map) throws Exception { DescribeClientCertificateStatusRequest self = new DescribeClientCertificateStatusRequest(); return TeaModel.build(map, self); } public DescribeClientCertificateStatusRequest setIdentifier(String identifier) { this.identifier = identifier; return this; } public String getIdentifier() { return this.identifier; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy