From 84e925f8f64725eab84391749ced46ad713aa50d Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 07:12:22 +0100 Subject: [PATCH 1/2] Update enums.md Fixed Acrolinx issues. --- api-reference/v1.0/resources/enums.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/resources/enums.md b/api-reference/v1.0/resources/enums.md index 8dd0ca68f63..278d97cc478 100644 --- a/api-reference/v1.0/resources/enums.md +++ b/api-reference/v1.0/resources/enums.md @@ -1789,7 +1789,7 @@ Possible values for user account types (group membership), per Windows definitio | Member | Value | Description | | :------ | :---- | :-------------------------------- | | block | 1 | The threat should be blocked. | -| unblock | 2 | The threat should not be blocked. | +| unblock | 2 | The threat shouldn't be blocked. | ### threatCategory values @@ -1877,7 +1877,7 @@ Possible values for user account types (group membership), per Windows definitio | :-------------------------------- | :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | None | 0 | User is not allowed to override the message. User is not allowed to report a message as false positive if policyTip is not provided. In all other scenarios, user can report a message as false positive. | | AllowFalsePositiveOverride | 1 | User is not allowed to explicitly override the block unless this is combined with `AllowOverrideWithoutJustification` or `AllowOverrideWithJustification` flags. Reporting a false positive on the violation automatically overrides the block and sends the message. | -| AllowOverrideWithoutJustification | 2 | User is allowed to override the block and send the message. Justification text is not required. Exclusive to `AllowOverrideWithJustification`. | +| AllowOverrideWithoutJustification | 2 | User is allowed to override the block and send the message. Justification text isn't required. Exclusive to `AllowOverrideWithJustification`. | | AllowOverrideWithJustification | 4 | User is allowed to override the block and send the message. Justification text is required. Exclusive to `AllowOverrideWithoutJustification`. | ### wellknownListName values From 3e372f19c4b276a0d07a3830abaf414bcc711799 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 07:14:45 +0100 Subject: [PATCH 2/2] Update enums.md Fixed Acrolinx issues. --- api-reference/beta/resources/enums.md | 54 +++++++++++++-------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/api-reference/beta/resources/enums.md b/api-reference/beta/resources/enums.md index 47adc9331b4..766ef9a53fd 100644 --- a/api-reference/beta/resources/enums.md +++ b/api-reference/beta/resources/enums.md @@ -2669,7 +2669,7 @@ Possible values for user account types (group membership), per Windows definitio | :-------------------------------- | :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | None | 0 | User isn't allowed to override the message. User isn't allowed to report a message as false positive if policyTip isn't provided. In all other scenarios, user can report a message as false positive. | | AllowFalsePositiveOverride | 1 | User isn't allowed to explicitly override the block unless this is combined with `AllowOverrideWithoutJustification` or `AllowOverrideWithJustification` flags. Reporting a false positive on the violation automatically overrides the block and sends the message. | -| AllowOverrideWithoutJustification | 2 | User is allowed to override the block and send the message. Justification text is not required. Exclusive to `AllowOverrideWithJustification`. | +| AllowOverrideWithoutJustification | 2 | User is allowed to override the block and send the message. Justification text isn't required. Exclusive to `AllowOverrideWithJustification`. | | AllowOverrideWithJustification | 4 | User is allowed to override the block and send the message. Justification text is required. Exclusive to `AllowOverrideWithoutJustification`. | ### entityType values @@ -2916,10 +2916,10 @@ Possible values for user account types (group membership), per Windows definitio ### threatExpectedAssessment values -| Member | Value | Description | -| :------ | :---- | :-------------------------------- | -| block | 1 | The threat should be blocked. | -| unblock | 2 | The threat should not be blocked. | +| Member | Value | Description | +| :------ | :---- | :------------------------------- | +| block | 1 | The threat should be blocked. | +| unblock | 2 | The threat shouldn't be blocked. | ### threatCategory values @@ -3049,7 +3049,7 @@ Possible values for user account types (group membership), per Windows definitio | Member | Value | Description | | :----------------- | :---- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | configured | 0 | Connected Organizations with this state value are included in assignment policies with requestor scope type `AllConfiguredConnectedOrganizationSubjects`. | -| proposed | 1 | Connected Organizations that are automatically created by the system have this state value. They are not included in assignment policies with requestor scope type `AllConfiguredConnectedOrganizationSubjects`. | +| proposed | 1 | Connected Organizations that are automatically created by the system have this state value. They aren't included in assignment policies with requestor scope type `AllConfiguredConnectedOrganizationSubjects`. | | unknownFutureValue | 2 | A sentinel member. | ### identityUserFlowAttributeDataType values @@ -3115,8 +3115,8 @@ Possible values for user account types (group membership), per Windows definitio | Member | Value | Description | | :----------------- | :---- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| oneOnOne | 0 | Indicates that the chat is a 1:1 chat. The roster size is fixed for this type of chat, the member cannot be removed / added. | -| group | 1 | Indicates that the chat is a Group chat. The roster size (of at least 2 person) can be updated for this type of chat. The members can be removed / added later on. | +| oneOnOne | 0 | Indicates that the chat is a 1:1 chat. The roster size is fixed for this type of chat, the member can't be removed / added. | +| group | 1 | Indicates that the chat is a Group chat. The roster size (of at least two person) can be updated for this type of chat. The members can be removed / added later on. | | meeting | 2 | Indicates that the chat is a Meeting chat, which is created as a side effect of creation of an OnlineMeeting. | | unknownFutureValue | 3 | Sentinel value to indicate future values. | @@ -3637,26 +3637,26 @@ Possible values for user account types (group membership), per Windows definitio ### teamworkDeviceActivityState values -| Member | Value | Description | -| :----------------- | :---- | :------------------------------------------------ | -| unknown | 0 | Unknown state. | -| busy | 1 | The device is busy. | -| idle | 2 | The device is idle. | -| unavailable | 3 | The device is unavailable. | -| unknownFutureValue | 4 | Evolvable enumeration sentinel value. Do not use. | +| Member | Value | Description | +| :----------------- | :---- | :----------------------------------------------- | +| unknown | 0 | Unknown state. | +| busy | 1 | The device is busy. | +| idle | 2 | The device is idle. | +| unavailable | 3 | The device is unavailable. | +| unknownFutureValue | 4 | Evolvable enumeration sentinel value. Don't use. | ### teamworkDeviceOperationType values -| Member | Value | Description | -| :-------------------------------- | :---- | :------------------------------------------------ | -| deviceRestart | 0 | Restart a device. | -| configUpdate | 1 | Update the device configuration. | -| deviceDiagnostics | 2 | Get the device logs. | -| softwareUpdate | 3 | Update a software on the device. | -| deviceManagementAgentConfigUpdate | 4 | Update the device agent configuration. | -| remoteLogin | 5 | Device remote login. | -| remoteLogout | 6 | Device remote logout. | -| unknownFutureValue | 7 | Evolvable enumeration sentinel value. Do not use. | +| Member | Value | Description | +| :-------------------------------- | :---- | :----------------------------------------------- | +| deviceRestart | 0 | Restart a device. | +| configUpdate | 1 | Update the device configuration. | +| deviceDiagnostics | 2 | Get the device logs. | +| softwareUpdate | 3 | Update a software on the device. | +| deviceManagementAgentConfigUpdate | 4 | Update the device agent configuration. | +| remoteLogin | 5 | Device remote login. | +| remoteLogout | 6 | Device remote logout. | +| unknownFutureValue | 7 | Evolvable enumeration sentinel value. Don't use. | ### teamworkSoftwareFreshness values @@ -3665,7 +3665,7 @@ Possible values for user account types (group membership), per Windows definitio | unknown | 0 | Unknown value. | | latest | 1 | Indicates whether a device component runs the latest version of the software. | | updateAvailable | 2 | Indicates that a software update is available for a device component. | -| unknownFutureValue | 3 | Evolvable enumeration sentinel value. Do not use. | +| unknownFutureValue | 3 | Evolvable enumeration sentinel value. Don't use. | ### teamworkSoftwareType values @@ -3688,7 +3688,7 @@ Possible values for user account types (group membership), per Windows definitio | teamsDefaultAndSkype | 2 | Supports both `Skype` and `Teams`. Default is `Teams`. | | skypeOnly | 3 | Supports only `Skype`. | | teamsOnly | 4 | Supports only `Teams`. | -| unknownFutureValue | 5 | Evolvable enumeration sentinel value. Do not use. | +| unknownFutureValue | 5 | Evolvable enumeration sentinel value. Don't use. | ### longRunningOperationStatus values