Class SecretVersionMetadataPatch

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

    public class SecretVersionMetadataPatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Update your secret version metadata.
    • Method Detail

      • versionCustomMetadata

        public Map<String,​Object> versionCustomMetadata()
        Gets the versionCustomMetadata. The secret version metadata that a user can customize.
        Returns:
        the versionCustomMetadata
      • asPatch

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