Sha256: 31248a12e09e1e4a47d27fd46d2a270eabdedf19516cd50c82ff0a2e4897d1fc
Contents?: true
Size: 616 Bytes
Versions: 11
Compression:
Stored size: 616 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>** | A list of roles to assign to the key. | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayorCreateApiKeyRequest.new(name: iOS Key, description: Key for iOS mobile application, roles: ["payor.admin"]) ```
Version data entries
11 entries across 11 versions & 1 rubygems