<a id="offer"></a>

# Offer

> See first: [Juju | Offer](https://canonical.com/juju/docs/juju-cli/3.6/reference/offer/#offer)

> See also: [Control user access to an offer](https://documentation.ubuntu.com/jaas/latest/howto/manage-offers.md#control-user-access-to-an-offer)

<a id="offer-tag"></a>

## Offer tag

An application offer tag has the following format:

```text
applicationoffer-<controller name>/<model name>.<offer name>
```

where `<controller name>` specifies name of the controller on which the model
is running, `<model name>` specifies name of the model in which the application
offer was created and `<offer name>` specifies the name of the application offer.

<a id="offer-permission"></a>

## Offer permission

An offer permission describes what an entity can do with an offer.

<a id="list-of-offer-permissions"></a>

### List of offer permissions

<a id="offer-permission-administrator"></a>

#### `administrator`

Abilities: Can do anything that it is possible to do at the level of an offer.

<a id="offer-permission-consumer"></a>

#### `consumer`

Abilities: Can relate an application to the offer.

<a id="offer-permission-reader"></a>

#### `reader`

Abilities: Can view offers during a search with `juju find-offers`.
