| Name | Type | Description | Notes |
|---|---|---|---|
| acting_as_user | bool | True when this token resolves to a merchant user. Preview sessions and file writes need one, because they are recorded against the person who approved the token. Only device flow tokens resolve a user, so a plain API key will see this false. | [optional] |
| application_name | string | Description of the application this credential belongs to. | [optional] |
| authentication_type | string | How this token authenticated - Oauth2, Simple Key, Public/Private Key or Browser Key. | [optional] |
| can_publish | bool | True when this token may write a target that is currently live - an active upsell offer, an email on a delivering flow, the active theme, the storefront root. Never infer this; it is the difference between a draft edit and a shopper visible change. | [optional] |
| can_read | bool | True when this token may read. Do not infer this from the requested scope name. | [optional] |
| can_write | bool | True when this token may write. Writing a target that is not currently live needs only this. | [optional] |
| device_scope | string | Device scope name, when this is a device flow token. | [optional] |
| login | string | Login of the user who approved this token. Populated for device flow tokens; null for plain API key credentials. | [optional] |
| merchant_id | string | Merchant id this token acts against. | [optional] |
| scopes | string[] | Scopes granted to this token. | [optional] |
| storefronts | \ultracart\v2\models\SfvbStorefront[] | Storefronts reachable with this token. Empty unless the token holds sfvb_read, because storefront inventory is resource data rather than identity. | [optional] |
| storefronts_withheld | bool | True when storefronts was emptied because the token lacks sfvb_read, rather than because the account has none. Without this the two look identical. | [optional] |
| user_name | string | Display name of the approving user, when known. | [optional] |