Skip to content

Commit 176cfaa

Browse files
committed
membershipType and visibility default value
1 parent 2907aee commit 176cfaa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api-reference/beta/api/administrativeunit-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ PATCH /directory/administrativeUnits/{id}
4949
| displayName | String | Display name for the administrative unit. |
5050
| membershipRule | String | The dynamic membership rule for the administrative unit. For more information about the rules you can use for dynamic administrative units and dynamic groups, see [Manage rules for dynamic membership groups in Microsoft Entra ID](/entra/identity/users/groups-dynamic-membership).|
5151
| membershipRuleProcessingState | String | Controls whether the dynamic membership rule is actively processed. Set to `On` to activate the dynamic membership rule, or `Paused` to stop updating membership dynamically. |
52-
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `assigned`. |
53-
| visibility | String | The visibility of the administrative unit. If not set, the default value is `public`. It can be set to `HiddenMembership` to hide the membership from nonmembers. |
52+
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `null`. |
53+
| visibility | String | The visibility of the administrative unit. If not set, the default value is `null`. It can be set to `HiddenMembership` to hide the membership from nonmembers. |
5454

5555
The **administrativeUnit** resource supports [extensions](/graph/extensibility-overview), which allows you to use the `PATCH` operation to add, update, or delete your own app-specific data in custom properties of an extension in an existing **administrativeUnit** instance.
5656

api-reference/beta/api/directory-post-administrativeunits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ You can specify the following properties when you create an **administrativeUnit
5151
| isMemberManagementRestricted | Boolean | `true` if members of this administrative unit should be treated as sensitive, which requires specific permissions to manage. Default value is `false`. Use this property to define administrative units whose roles don't inherit from tenant-level administrators, and management of individual member objects is limited to administrators scoped to a restricted management administrative unit. Immutable, so can't be changed later. Optional. |
5252
| membershipRule | String | The dynamic membership rule for the administrative unit. For more information about the rules you can use for dynamic administrative units and dynamic groups, see [Manage rules for dynamic membership groups in Microsoft Entra ID](/entra/identity/users/groups-dynamic-membership). Optional.|
5353
| membershipRuleProcessingState | String | Controls whether the dynamic membership rule is actively processed. Set to `On` to activate the dynamic membership rule, or `Paused` to stop updating membership dynamically. Optional. |
54-
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `assigned`. Optional. |
55-
| visibility | String | The visibility of the administrative unit. If not set, the default value is `public`. It can be set to `HiddenMembership` to hide the membership from nonmembers. Optional. |
54+
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `null`. Optional. |
55+
| visibility | String | The visibility of the administrative unit. If not set, the default value is `null`. It can be set to `HiddenMembership` to hide the membership from nonmembers. Optional. |
5656

5757
The **administrativeUnit** resource supports [extensions](/graph/extensibility-overview), which allows you to use the `POST` operation to add custom properties with your own data when you create the administrative unit.
5858

api-reference/v1.0/api/administrativeunit-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ PATCH /directory/administrativeUnits/{id}
4747
| displayName | String | Display name for the administrative unit. |
4848
| membershipRule | String | The dynamic membership rule for the administrative unit. For more information about the rules you can use for dynamic administrative units and dynamic groups, see [Manage rules for dynamic membership groups in Microsoft Entra ID](/entra/identity/users/groups-dynamic-membership).|
4949
| membershipRuleProcessingState | String | Controls whether the dynamic membership rule is actively processed. Set to `On` to activate the dynamic membership rule, or `Paused` to stop updating membership dynamically. |
50-
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `assigned`. |
51-
| visibility | String | The visibility of the administrative unit. If not set, the default value is `public`. It can be set to `HiddenMembership` to hide the membership from nonmembers. |
50+
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `null`. |
51+
| visibility | String | The visibility of the administrative unit. If not set, the default value is `null`. It can be set to `HiddenMembership` to hide the membership from nonmembers. |
5252

5353
The **administrativeUnit** resource supports [extensions](/graph/extensibility-overview), which allows you to use the `PATCH` operation to add, update, or delete your own app-specific data in custom properties of an extension in an existing **administrativeUnit** instance.
5454

api-reference/v1.0/api/directory-post-administrativeunits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ You can specify the following properties when you create an **administrativeUnit
4646
| displayName | String | Display name for the administrative unit. Required. |
4747
| membershipRule | String | The dynamic membership rule for the administrative unit. For more information about the rules you can use for dynamic administrative units and dynamic groups, see [Manage rules for dynamic membership groups in Microsoft Entra ID](/entra/identity/users/groups-dynamic-membership). Optional.|
4848
| membershipRuleProcessingState | String | Controls whether the dynamic membership rule is actively processed. Set to `On` to activate the dynamic membership rule, or `Paused` to stop updating membership dynamically. Optional. |
49-
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `assigned`. Optional. |
50-
| visibility | String | The visibility of the administrative unit. If not set, the default value is `public`. It can be set to `HiddenMembership` to hide the membership from nonmembers. Optional. |
49+
| membershipType | String | Indicates the membership type for the administrative unit. The possible values are: `dynamic`, `assigned`. If not set, the default value is `null`. Optional. |
50+
| visibility | String | The visibility of the administrative unit. If not set, the default value is `null`. It can be set to `HiddenMembership` to hide the membership from nonmembers. Optional. |
5151

5252
The **administrativeUnit** resource supports [extensions](/graph/extensibility-overview), which allows you to use the `POST` operation to add custom properties with your own data when you create the administrative unit.
5353

0 commit comments

Comments
 (0)