Sha256: dc861ea079c23785264eb3ba4b9b55c81160e0035d832b07b9d55489250ec4f9
Contents?: true
Size: 982 Bytes
Versions: 15
Compression:
Stored size: 982 Bytes
Contents
# Dropbox::Sign::ApiAppResponse Contains information about an API App. ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `callback_url` | ```String``` | The app's callback URL (for events) | | | `client_id` | ```String``` | The app's client id | | | `created_at` | ```Integer``` | The time that the app was created | | | `domains` | ```Array<String>``` | The domain name(s) associated with the app | | | `name` | ```String``` | The name of the app | | | `is_approved` | ```Boolean``` | Boolean to indicate if the app has been approved | | | `oauth` | [```ApiAppResponseOAuth```](ApiAppResponseOAuth.md) | | | | `options` | [```ApiAppResponseOptions```](ApiAppResponseOptions.md) | | | | `owner_account` | [```ApiAppResponseOwnerAccount```](ApiAppResponseOwnerAccount.md) | | | | `white_labeling_options` | [```ApiAppResponseWhiteLabelingOptions```](ApiAppResponseWhiteLabelingOptions.md) | | |
Version data entries
15 entries across 15 versions & 1 rubygems