File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
api-reference/beta/resources Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " directorySizeQuota resource type"
3
- description : " Represents a company's used and total directory quota."
3
+ description : " Represents the used and total directory quota for an organization ."
4
4
ms.localizationpriority : medium
5
5
doc_type : resourcePageType
6
6
ms.subservice : " entra-directory-management"
@@ -9,15 +9,16 @@ author: "suawat"
9
9
10
10
# directorySizeQuota resource type
11
11
12
+ Namespace: microsoft.graph
12
13
[ !INCLUDE [ beta-disclaimer] ( ../../includes/beta-disclaimer.md )]
13
14
14
- Represents a [ tenant's ] ( organization.md ) used and total directory quota.
15
+ Represents the used and total directory quota for an [ organization ] ( organization.md ) .
15
16
16
17
## Properties
17
18
| Property | Type| Description|
18
19
| :---------------| :--------| :----------|
19
- | used| Int32| Used amount of the directory quota. |
20
20
| total| Int32| Total amount of the directory quota.|
21
+ | used| Int32| Used amount of the directory quota. |
21
22
22
23
## JSON representation
23
24
@@ -33,7 +34,7 @@ The following JSON representation shows the resource type.
33
34
34
35
``` json
35
36
{
36
- "used " : " Int32" ,
37
- "total " : " Int32"
37
+ "total " : " Int32" ,
38
+ "used " : " Int32"
38
39
}
39
40
```
You can’t perform that action at this time.
0 commit comments