UNPKG

forge-oss

Version:

Asynchronous Javascript/Node.js library for the Autodesk Forge OSS API.

24 lines (12 loc) 670 B
# ForgeOss.PostBucketsPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bucketKey** | **String** | Bucket key | **allow** | [**[PostBucketsPayloadAllow]**](PostBucketsPayloadAllow.md) | | [optional] **policyKey** | **String** | [Data retention policy](https://developer.autodesk.com/en/docs/data/v2/overview/retention-policy/) Acceptable values: &#x60;transient&#x60;, &#x60;temporary&#x60; or &#x60;persistent&#x60; | <a name="PolicyKeyEnum"></a> ## Enum: PolicyKeyEnum * `transient` (value: `"transient"`) * `temporary` (value: `"temporary"`) * `persistent` (value: `"persistent"`)