Class CreateKMIPClientCertificateObject
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateKMIPClientCertificateObject.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
certificate()
Gets the certificate.String
name()
Gets the name.CreateKMIPClientCertificateObject.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public CreateKMIPClientCertificateObject.Builder newBuilder()
New builder.- Returns:
- a CreateKMIPClientCertificateObject builder
-
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
-
-