Skip to content

Commit 0d58bdd

Browse files
authored
Remove redundant protectionUnitStatus values sections
1 parent 40ec03c commit 0d58bdd

File tree

3 files changed

+3
-34
lines changed

3 files changed

+3
-34
lines changed

api-reference/beta/resources/driveprotectionunit.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,7 @@ Inherits from [protectionUnitBase](../resources/protectionunitbase.md).
3838
|lastModifiedDateTime|DateTimeOffset|The time of last modification of the protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md).|
3939
|policyId|String|Unique identifier of the protection policy associated with this protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md).|
4040
|protectionSources|protectionSource|Indicates the sources by which a protection unit is currently protected. A protection unit protected by multiple sources is indicated by comma-separated values. The possible values are: `none`, `manual`, `dynamicRule`, `unknownFutureValue`. Inherited from [protectionUnitBase](../resources/protectionunitbase.md).|
41-
|status|[protectionUnitStatus](../resources/driveprotectionunit.md#protectionunitstatus-values)|The individual enablement/disablement/removal status of the protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md). The possible values are: `protectRequested`, `protected`, `unprotectRequested`, `unprotected`, `removeRequested`, `unknownFutureValue`.|
42-
43-
### protectionUnitStatus values
44-
|Member | Description |
45-
|:------|:------------|
46-
|protectRequested | Protection of the unit was requested. Applies when a policy is activated or new units are added to an active policy.|
47-
|protected | Protection was successfully enabled for the unit.|
48-
|unprotectRequested |A request was made to deactivate protection for the unit.|
49-
|unprotected | Protection was successfully disabled for the unit.|
50-
|removeRequested |A user requested removal of the protected unit from the policy. |
51-
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use.|
41+
|status|[protectionUnitStatus](../resources/protectionunitbase.md#protectionunitstatus-values)|The individual enablement/disablement/removal status of the protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md). The possible values are: `protectRequested`, `protected`, `unprotectRequested`, `unprotected`, `removeRequested`, `unknownFutureValue`.|
5242

5343
## Relationships
5444
None.

api-reference/beta/resources/mailboxprotectionunit.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,7 @@ Inherits from [protectionUnitBase](../resources/protectionunitbase.md).
3939
|mailboxType|[mailboxType](../resources/enums.md#mailboxtype-values)|The type of mailbox which is assigned to the user with id: `directoryObjectId`.The possible values are: `unknown`, `user`, `shared`, `unknownFutureValue`.|
4040
|policyId|String|Unique identifier of the protection policy associated with this protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md).|
4141
|protectionSources|protectionSource|Indicates the sources by which a protection unit is currently protected. A protection unit protected by multiple sources is indicated by comma-separated values. The possible values are: `none`, `manual`, `dynamicRule`, `unknownFutureValue`. Inherited from [protectionUnitBase](../resources/protectionunitbase.md).|
42-
|status|[protectionUnitStatus](../resources/mailboxprotectionunit.md#protectionunitstatus-values)|The individual enable, disable, or removal status of the protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md).The possible values are: `protectRequested`, `protected`, `unprotectRequested`, `unprotected`, `removeRequested`, `unknownFutureValue`.|
43-
44-
### protectionUnitStatus values
45-
|Member | Description |
46-
|:------|:------------|
47-
|protectRequested | Protection of the unit was requested. Applies when a policy is activated or new units are added to an active policy.|
48-
|protected | Protection was successfully enabled for the unit.|
49-
|unprotectRequested |A request was made to deactivate protection for the unit.|
50-
|unprotected | Protection was successfully disabled for the unit.|
51-
|removeRequested |A user requested removal of the protected unit from the policy. |
52-
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use.|
42+
|status|[protectionUnitStatus](../resources/protectionunitbase.md#protectionunitstatus-values)|The individual enable, disable, or removal status of the protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md).The possible values are: `protectRequested`, `protected`, `unprotectRequested`, `unprotected`, `removeRequested`, `unknownFutureValue`.|
5343

5444
## Relationships
5545
None.

api-reference/beta/resources/siteprotectionunit.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,7 @@ Inherits from [protectionUnitBase](../resources/protectionunitbase.md).
4040
|siteId|String|Unique identifier of the SharePoint site.|
4141
|siteName|String|Name of the SharePoint site.|
4242
|siteWebUrl|String|The web URL of the SharePoint site.|
43-
|status|[protectionUnitStatus](../resources/siteprotectionunit.md#protectionunitstatus-values)|The individual enable, disable, or removal status of the protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md). The possible values are: `protectRequested`, `protected`, `unprotectRequested`, `unprotected`, `removeRequested`, `unknownFutureValue`.|
44-
45-
### protectionUnitStatus values
46-
47-
|Member | Description |
48-
|:------|:------------|
49-
|protectRequested | Protection of the unit was requested. Applies when a policy is activated or new units are added to an active policy.|
50-
|protected | Protection was successfully enabled for the unit.|
51-
|unprotectRequested |A request was made to deactivate protection for the unit.|
52-
|unprotected | Protection was successfully disabled for the unit.|
53-
|removeRequested |A user requested removal of the protected unit from the policy. |
54-
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use.|
43+
|status|[protectionUnitStatus](../resources/protectionunitbase.md#protectionunitstatus-values)|The individual enable, disable, or removal status of the protection unit. Inherited from [protectionUnitBase](../resources/protectionunitbase.md). The possible values are: `protectRequested`, `protected`, `unprotectRequested`, `unprotected`, `removeRequested`, `unknownFutureValue`.|
5544

5645
## Relationships
5746

0 commit comments

Comments
 (0)