Class SecretV1AclRead


  • public final class SecretV1AclRead
    extends java.lang.Object
    • Method Detail

      • createdAt

        public java.util.Optional<java.lang.String> createdAt()
        Returns:
        The date the secret ACL was created.
      • projectAccess

        public java.util.Optional<java.lang.Boolean> projectAccess()
        Returns:
        Whether the secret is accessible project wide. Defaults to `true`.
      • updatedAt

        public java.util.Optional<java.lang.String> updatedAt()
        Returns:
        The date the secret ACL was last updated.
      • users

        public java.util.List<java.lang.String> users()
        Returns:
        The list of user IDs, which are allowed to access the secret, when `project_access` is set to `false`.