Class PrivateCertificateConfigurationTemplatePatch

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

    public class PrivateCertificateConfigurationTemplatePatch
    extends ConfigurationPatch
    Properties that describe a certificate template. You can use a certificate template to control the parameters that are applied to your issued private certificates. For more information, see the [docs](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-certificate-templates).
    • Method Detail

      • asPatch

        public Map<String,​Object> asPatch()
        Construct a JSON merge-patch from the PrivateCertificateConfigurationTemplatePatch. Note that properties of the PrivateCertificateConfigurationTemplatePatch with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.
        Overrides:
        asPatch in class ConfigurationPatch
        Returns:
        a JSON merge-patch for the PrivateCertificateConfigurationTemplatePatch