new module:model/PostBucketsPayloadAllow(authId, access, theData, obj)
Constructs a new PostBucketsPayloadAllow.
Parameters:
| Name | Type | Description |
|---|---|---|
authId |
String | The application key to grant access to |
access |
module:model/PostBucketsPayloadAllow.AccessEnum | Acceptable values: |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/PostBucketsPayloadAllow | Optional instance to populate. |
- Source:
Members
(static, readonly) AccessEnum :String
Allowed values for the access property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
full |
String | value: "full" |
read |
String | value: "read" |
- Source:
(static) constructFromObject
Constructs a PostBucketsPayloadAllow from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
- Source:
(inner) access :module:model/PostBucketsPayloadAllow.AccessEnum
Acceptable values: full or read
Type:
- Source:
(inner) authId :String
The application key to grant access to
Type:
- String
- Source: