Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreatePreauthenticatedRequestDetails

Properties

accessType

accessType: AccessType

The operation that can be performed on this resource.

Optional bucketListingAction

bucketListingAction: undefined | string

Specifies whether a list operation is allowed on a PAR with accessType "AnyObjectRead" or "AnyObjectReadWrite". Deny: Prevents the user from performing a list operation. ListObjects: Authorizes the user to perform a list operation.

name

name: string

A user-specified name for the pre-authenticated request. Names can be helpful in managing pre-authenticated requests. Avoid entering confidential information.

Optional objectName

objectName: undefined | string

The name of the object that is being granted access to by the pre-authenticated request. Avoid entering confidential information. The object name can be null and if so, the pre-authenticated request grants access to the entire bucket if the access type allows that. The object name can be a prefix as well, in that case pre-authenticated request grants access to all the objects within the bucket starting with that prefix provided that we have the correct access type.

timeExpires

timeExpires: Date

The expiration date for the pre-authenticated request as per RFC 3339. After this date the pre-authenticated request will no longer be valid.

Functions

getDeserializedJsonObj

getJsonObj