Request

Response

    Class CreateObjectSigned

    Namespace: Autodesk.Oss.Model
    Assembly: Autodesk.Oss.dll

    The request payload for a Generate OSS Signed URL operation.

    [DataContract]
    public class CreateObjectSigned
    

    Inheritance

    object CreateObjectSigned

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    CreateObjectSigned()

    Initializes a new instance of the class.

    public CreateObjectSigned()
    

    Properties

    AllowedIpAddresses

    IP addresses that can make a request to this URL.

    [DataMember(Name = "allowedIpAddresses", EmitDefaultValue = false)]
    public List<string> AllowedIpAddresses { get; set; }
    

    Property Value

    List <string >

    Expiration

    Value for expiration in minutes

    [DataMember(Name = "expiration", EmitDefaultValue = false)]
    public long? Expiration { get; set; }
    

    Property Value

    long ?

    SignedUrl

    URL created for downloading the object

    [DataMember(Name = "signedUrl", EmitDefaultValue = false)]
    public string SignedUrl { get; set; }
    

    Property Value

    string

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.