Class SecretGroupPatch

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

    public class SecretGroupPatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Update the name or description of your secret group.
    • Method Detail

      • name

        public String name()
        Gets the name. The name of your secret group.
        Returns:
        the name
      • description

        public String description()
        Gets the description. An extended description of your secret group. To protect your privacy, do not use personal data, such as your name or location, as a description for your secret group.
        Returns:
        the description
      • asPatch

        public Map<String,​Object> asPatch()
        Construct a JSON merge-patch from the SecretGroupPatch. Note that properties of the SecretGroupPatch 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 SecretGroupPatch