Class SecretLockPrototype

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

    public class SecretLockPrototype
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    SecretLockPrototype.
    • Method Detail

      • name

        public String name()
        Gets the name. A human-readable name to assign to the lock. The lock name must be unique per secret version. To protect your privacy, do not use personal data, such as your name or location, as a name for your secret lock.
        Returns:
        the name
      • description

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

        public Map<String,​Object> attributes()
        Gets the attributes. Optional information to associate with a lock, such as resources CRNs to be used by automation.
        Returns:
        the attributes