Request

Response

    Class Permission

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

    An object representing the permissions for accessing a bucket.

    [DataContract]
    public class Permission
    

    Inheritance

    object Permission

    Inherited Members

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

    Constructors

    Permission()

    Initializes a new instance of the class.

    public Permission()
    

    Properties

    Access

    Gets or Sets Access

    [DataMember(Name = "access", EmitDefaultValue = true)]
    public PermissionAccess Access { get; set; }
    

    Property Value

    PermissionAccess

    AuthId

    The Client ID of the application.

    [DataMember(Name = "authId", EmitDefaultValue = false)]
    public string AuthId { 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.