forge-oss
Version:
Asynchronous Javascript/Node.js library for the Autodesk Forge OSS API.
24 lines (12 loc) • 670 B
Markdown
# 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: `transient`, `temporary` or `persistent` |
<a name="PolicyKeyEnum"></a>
## Enum: PolicyKeyEnum
* `transient` (value: `"transient"`)
* `temporary` (value: `"temporary"`)
* `persistent` (value: `"persistent"`)