Class PublicCertificatePrototype
- 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.PublicCertificatePrototype
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PublicCertificatePrototype extends SecretPrototype
PublicCertificatePrototype.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPublicCertificatePrototype.BuilderBuilder.static interfacePublicCertificatePrototype.SecretTypeThe secret type.-
Nested classes/interfaces inherited from class com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretPrototype
SecretPrototype.Format, SecretPrototype.PrivateKeyFormat
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicCertificatePrototype.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 PublicCertificatePrototype.Builder newBuilder()
New builder.- Returns:
- a PublicCertificatePrototype builder
-
-