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

Version Path
dropbox-sign-1.8.0 docs/ApiAppResponse.md
dropbox-sign-1.7.0 docs/ApiAppResponse.md
dropbox-sign-1.6.1 docs/ApiAppResponse.md
dropbox-sign-1.6.0 docs/ApiAppResponse.md
dropbox-sign-1.5.0 docs/ApiAppResponse.md
dropbox-sign-1.4.1 docs/ApiAppResponse.md
dropbox-sign-1.4.0 docs/ApiAppResponse.md
dropbox-sign-1.3.0 docs/ApiAppResponse.md
dropbox-sign-1.2.0 docs/ApiAppResponse.md
dropbox-sign-1.1.2 docs/ApiAppResponse.md
dropbox-sign-1.1.1 docs/ApiAppResponse.md
dropbox-sign-1.1.0 docs/ApiAppResponse.md
dropbox-sign-1.0.1 docs/ApiAppResponse.md
dropbox-sign-1.0.0 docs/ApiAppResponse.md
dropbox-sign-1.0.0.pre.beta2301 docs/ApiAppResponse.md