Nested parameters.
Summary
Types
@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 iftypeis set touser, and should not be provided iftypeis set toaccount. Max length: 5000.