Class CreateKMIPClientCertificateObject

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateKMIPClientCertificateObject
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    CreateKMIPClientCertificateObject.
    • Method Detail

      • certificate

        public String certificate()
        Gets the certificate. The client certificate to be associated with the KMIP Adapter. It should explicitly have the BEGIN CERTIFICATE and END CERTIFICATE tags.
        Returns:
        the certificate
      • name

        public String name()
        Gets the name. A human-readable name that uniquely identifies a certificate within the given adapter. If one is not specified, one will be autogenerated of the format `kmip_cert_<random_string>`. To protect your privacy do not use personal data, such as your name or location, as a name for your client certificate. The name must be alphanumeric and cannot contain spaces or special characters other than `-` or `_`. The name cannot be a UUID.
        Returns:
        the name