| principalId | UUID | Reference to the Principal this quota applies to | [optional] |
| resourceType | ResourceTypeEnum | Type of resource being limited | [optional] |
| maxConcurrent | Integer | Maximum concurrent operations | [optional] |
| maxPerHour | Integer | Maximum operations per hour | [optional] |
| maxPerDay | Integer | Maximum operations per day | [optional] |
| currentConcurrent | Integer | Current concurrent operations count | [optional] |
| currentHourCount | Integer | Operations count in current hour | [optional] |
| currentDayCount | Integer | Operations count in current day | [optional] |
| hourResetAt | OffsetDateTime | When hourly counter resets | [optional] |
| dayResetAt | OffsetDateTime | When daily counter resets | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |