Sha256: cd1874b59e9c9c3be9a64636d7510992659be9619713634e4d50bfc07e37a253
Contents?: true
Size: 932 Bytes
Versions: 6
Compression:
Stored size: 932 Bytes
Contents
# TalonOne::CreateManagementKey ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name for management key. | **expiry_date** | **DateTime** | The date the management key expires. | **endpoints** | [**Array<Endpoint>**](Endpoint.md) | The list of endpoints that can be accessed with the key | **allowed_application_ids** | **Array<Integer>** | A list of Application IDs that you can access with the management key. An empty or missing list means the management key can be used for all Applications in the account. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CreateManagementKey.new(name: My generated key, expiry_date: 2023-08-24T14:00Z, endpoints: null, allowed_application_ids: [1, 2, 3]) ```
Version data entries
6 entries across 6 versions & 1 rubygems