Skip to main content
API version 2024.0 The assignment of a storage policy to a user or enterprise.
id
string
example: ZW50ZXJwcmlzZV8xMjM0NTY3ODkwThe unique identifier for a storage policy assignment.
type
string
example: storage_policy_assignmentThe value will always be storage_policy_assignment.Value is always storage_policy_assignment
assigned_to
object
The enterprise or use the policy is assigned to.
storage_policy
Storage policy (Mini)object
The assigned storage policy.
{
  "id": "ZW50ZXJwcmlzZV8xMjM0NTY3ODkw",
  "type": "storage_policy_assignment",
  "assigned_to": {
    "id": "11446498",
    "type": "file"
  },
  "storage_policy": {
    "id": "11446498",
    "type": "storage_policy"
  }
}