Class PrivateCertificatePrototype
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretPrototype
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PrivateCertificatePrototype
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrivateCertificatePrototype extends SecretPrototype
PrivateCertificatePrototype.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrivateCertificatePrototype.BuilderBuilder.static interfacePrivateCertificatePrototype.FormatThe format of the returned data.static interfacePrivateCertificatePrototype.PrivateKeyFormatThe format of the generated private key.static interfacePrivateCertificatePrototype.SecretTypeThe secret type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateCertificatePrototype.BuildernewBuilder()New builder.-
Methods inherited from class com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretPrototype
accessGroups, accountId, altNames, bundleCerts, ca, certificate, certificateTemplate, commonName, configuration, csr, customMetadata, data, description, dns, excludeCnFromSans, expirationDate, format, intermediate, ipSans, keyAlgorithm, labels, managedCsr, name, otherSans, parameters, password, passwordGenerationPolicy, payload, privateKey, privateKeyFormat, reuseApiKey, rotation, secretGroupId, secretType, serviceId, sourceService, ttl, uriSans, username, versionCustomMetadata
-
-
-
-
Method Detail
-
newBuilder
public PrivateCertificatePrototype.Builder newBuilder()
New builder.- Returns:
- a PrivateCertificatePrototype builder
-
-