Request

Response

    Enum PermissionAccess

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

    Specifies the level of permission the application has. Possible values are:

    • full - Unrestricted access to objects within the bucket.
    • read_only - Read only access to the objects within the bucket. Modification and deletion of objects is not allowed.
    [JsonConverter(typeof(StringEnumConverter))]
    public enum PermissionAccess
    

    Fields

    Full = 0

    Enum Full for value: full

    Read = 1

    Enum Read for value: read