Table of Contents

Class SignedRequestBuilder.SignedRequestBuilderPostQueryParameters

Namespace
Autodesk.DataManagement.OSS.Oss.V2.Buckets.Item.Objects.Item.Signed
Assembly
Autodesk.DataManagement.dll

This endpoint creates a signed URL that can be used to download an object within the specified expiration time. Be aware that if the object the signed URL points to is deleted or expires before the signed URL expires, then the signed URL will no longer be valid. A successful call to this endpoint requires bucket owner access.

public class SignedRequestBuilder.SignedRequestBuilderPostQueryParameters
Inheritance
SignedRequestBuilder.SignedRequestBuilderPostQueryParameters
Inherited Members

Properties

Access

Access for signed resourceAcceptable values: read, write, readwrite. Default value: read

[Obsolete("This property is deprecated, use AccessAsPostAccessQueryParameterType instead")]
[QueryParameter("access")]
public string? Access { get; set; }

Property Value

string

AccessAsPostAccessQueryParameterType

Access for signed resourceAcceptable values: read, write, readwrite. Default value: read

[QueryParameter("access")]
public PostAccessQueryParameterType? AccessAsPostAccessQueryParameterType { get; set; }

Property Value

PostAccessQueryParameterType?

UseCdn

When this is provided, OSS will return a URL that does not point to https://developer.api.autodesk.com.... , but instead points towards an alternate domain. A client can then interact with this public resource exactly as they would for a classic public resource in OSS, i.e. make a GET request to download an object or a PUT request to upload an object.

[QueryParameter("useCdn")]
public bool? UseCdn { get; set; }

Property Value

bool?