Skip to content

Commit d651b71

Browse files
w-legitbook-bot
authored andcommitted
GitBook: [master] 5 pages modified
1 parent 34cff3b commit d651b71

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

api/control/dependencies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ When a driver is loaded into Engine, it becomes a _dependency_. Dependencies are
4747
</tr>
4848
</thead>
4949
<tbody></tbody>
50-
</table>| ignore\_connected | `boolean` | Default state of connectivity monitoring for instances. |
50+
</table>
51+
52+
| ignore\_connected | `boolean` | Default state of connectivity monitoring for instances. |
5153
| :--- | :--- | :--- |
5254

5355

api/control/modules.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ The `/modules` endpoint provides creation, management and direct interaction wit
8282
</tr>
8383
</thead>
8484
<tbody></tbody>
85-
</table>| notes | `string` | Markdown formatted text that describes this module. |
85+
</table>
86+
87+
| notes | `string` | Markdown formatted text that describes this module. |
8688
| :--- | :--- | :--- |
8789

8890

developer-guide/drivers/service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ end
135135
<td style="text-align:left">Use a proxy server for the request.</td>
136136
</tr>
137137
</tbody>
138-
</table>NOTE:: Both NTLM and Digest auth are challenge response protocols and won’t work with HTTP 1.0 or keep alive false
138+
</table>
139+
140+
NOTE:: Both NTLM and Digest auth are challenge response protocols and won’t work with HTTP 1.0 or keep alive false
139141

140142
### Basic Authentication
141143

integrations/directory-services/microsoft-office365.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Now you should have collected 3 text values that will be used in the next sectio
4444
* `Directory (tenant) ID`
4545
* `Client secret`
4646

47-
### Optional: Restrict App Permissions
47+
### Optional: Restrict App access to specified AD Groups only
4848

49-
To restrict the Graph App's access to only the objects that exist in given AD groups, [**Application Access Policies**](https://docs.microsoft.com/en-us/powershell/module/exchange/organization/new-applicationaccesspolicy?view=exchange-ps) _\*\*_can be used.
49+
To restrict the Graph App's access to only the objects that exist in specified AD groups, [**Application Access Policies**](https://docs.microsoft.com/en-us/powershell/module/exchange/organization/new-applicationaccesspolicy?view=exchange-ps) can be used.
5050

5151
1. Ensure those resources \(users, rooms\) exist in those AD groups
52-
2. Use powershell to add the new policy, e.g:
52+
2. Use Powershell to add the new policy, e.g:
5353

5454
`# Restrict to a group of Rooms
5555
New-ApplicationAccessPolicy -AppId <Graph App ID> -PolicyScopeGroupId <AD group that all bookable rooms exist in> -AccessRight RestrictAccess -Description "Restrict this app to Engine bookable rooms"`

security.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ Minimal configuration information is stored on disk as part of the on-premise in
8282
</td>
8383
</tr>
8484
</tbody>
85-
</table>The [search service](https://docs.acaengine.com/deployment/architecture#search) stores an optimised index of system, zone and device names and descriptions.
85+
</table>
86+
87+
The [search service](https://docs.acaengine.com/deployment/architecture#search) stores an optimised index of system, zone and device names and descriptions.
8688

8789
## Authentication
8890

0 commit comments

Comments
 (0)