Class ImportedCertificatePrototype
- 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.ImportedCertificatePrototype
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ImportedCertificatePrototype extends SecretPrototype
ImportedCertificatePrototype.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportedCertificatePrototype.BuilderBuilder.static interfaceImportedCertificatePrototype.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 ImportedCertificatePrototype.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 ImportedCertificatePrototype.Builder newBuilder()
New builder.- Returns:
- a ImportedCertificatePrototype builder
-
-