Box Developer Documentation
 

    Storage policy assignment

    This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

    The assignment of a storage policy to a user or enterprise

    string
    ZW50ZXJwcmlzZV8xMjM0NTY3ODkw

    The unique identifier for a storage policy assignment.

    string
    storage_policy_assignment

    storage_policy_assignment

    Value is always storage_policy_assignment

    The enterprise or use the policy is assigned to

    11446498

    The unique identifier for this object

    file

    The type for this object

    The assigned storage policy

    Response Example

    {
      "id": "ZW50ZXJwcmlzZV8xMjM0NTY3ODkw",
      "type": "storage_policy_assignment",
      "assigned_to": {
        "id": "11446498",
        "type": "file"
      },
      "storage_policy": {
        "id": "11446498",
        "type": "storage_policy"
      }
    }