Class SecretGroup

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

    public class SecretGroup
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Properties that describe a secret group.
    • Method Detail

      • getId

        public String getId()
        Gets the id. A UUID identifier, or `default` secret group.
        Returns:
        the id
      • getName

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

        public String getDescription()
        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
      • getCreatedAt

        public Date getCreatedAt()
        Gets the createdAt. The date when the resource was created. The date format follows `RFC 3339`.
        Returns:
        the createdAt
      • getCreatedBy

        public String getCreatedBy()
        Gets the createdBy. The unique identifier that is associated with the entity that created the secret.
        Returns:
        the createdBy
      • getUpdatedAt

        public Date getUpdatedAt()
        Gets the updatedAt. The date when a resource was modified. The date format follows `RFC 3339`.
        Returns:
        the updatedAt