Sha256: 9ce3a88909c3d594bb639d8ad33808069ecc6721c40f907071a129f47a8bf58a

Contents?: true

Size: 749 Bytes

Versions: 1

Compression:

Stored size: 749 Bytes

Contents

# VeloPayments::PayorCreateApiKeyRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | A name for the key. |  |
| **description** | **String** | Description of the key. | [optional] |
| **roles** | **Array<String>** | <p>A role to assign to the key.</p> <p>If you want your API key to have write access then assign the role velo.payor.admin</p> <p>A later version will change this property from a list to string</p>  |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayorCreateApiKeyRequest.new(
  name: SAP Key 01,
  description: An API Key for the SAP Application,
  roles: ["payor.admin"]
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PayorCreateApiKeyRequest.md