# `Stripe.Params.Apps.SecretListParams.Scope`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/apps/secret_list_params.ex#L22)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Apps.SecretListParams.Scope{
  type: String.t() | nil,
  user: String.t() | nil
}
```

* `type` - The secret scope type. Possible values: `account`, `user`.
* `user` - The user ID. This field is required if `type` is set to `user`, and should not be provided if `type` is set to `account`. Max length: 5000.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
