OrganizationalUnitModel[]
Internal representation of Organizational Unit, which contains two parts: one is its domain, the other one is its relative path to the domain.
Properties
| Name | Description | Additional information |
|---|---|---|
| Length | No documentation available. |
Type: Number |
| LongLength | No documentation available. |
Type: Int64 |
| Rank | No documentation available. |
Type: Number |
| SyncRoot | No documentation available. |
Type: Object |
| IsReadOnly | No documentation available. |
Type: Boolean |
| IsFixedSize | No documentation available. |
Type: Boolean |
| IsSynchronized | No documentation available. |
Type: Boolean |
Sample
application/json
Sample:
[
{
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"RelativeOU": "sample string 1"
},
{
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"RelativeOU": "sample string 1"
},
{
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"RelativeOU": "sample string 1"
}
]