Sha256: fdd647227631f5fa29a6ed1f71043e44f9c6673bd96910d72e192a94ca735d32

Contents?: true

Size: 817 Bytes

Versions: 6

Compression:

Stored size: 817 Bytes

Contents

# Dropbox::Sign::SubSigningOptions

This allows the requester to specify the types allowed for creating a signature.

**NOTE:** If `signing_options` are not defined in the request, the allowed types will default to those specified in the account settings.

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `default_type`<sup>*_required_</sup> | ```String``` |  The default type shown (limited to the listed types)  |  |
| `draw` | ```Boolean``` |  Allows drawing the signature  |  [default to false] |
| `phone` | ```Boolean``` |  Allows using a smartphone to email the signature  |  [default to false] |
| `type` | ```Boolean``` |  Allows typing the signature  |  [default to false] |
| `upload` | ```Boolean``` |  Allows uploading the signature  |  [default to false] |

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 docs/SubSigningOptions.md
dropbox-sign-1.7.0 docs/SubSigningOptions.md
dropbox-sign-1.6.1 docs/SubSigningOptions.md
dropbox-sign-1.6.0 docs/SubSigningOptions.md
dropbox-sign-1.5.0 docs/SubSigningOptions.md
dropbox-sign-1.4.1 docs/SubSigningOptions.md