Skip to content

Commit 62c4bbc

Browse files
committed
Merge branch 'main' of https://github.com/netwrix/docs
2 parents d6b308a + 5063f00 commit 62c4bbc

File tree

188 files changed

+678
-678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+678
-678
lines changed

docs/usercube/usercube/installation-guide/production-ready/agent/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The information needed to go through the creation process are the following:
3838

3939
__Step 2 –__ Change the arguments and stdoutLogFile attributes of the <aspNet> element as indicated below:
4040

41-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
41+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
4242

4343
```
4444
<aspNetCore processPath="<dotnet>" arguments="<./Usercube-Agent.dll>" stdoutLogEnabled="<false>" stdoutLogFile="<../Temp/stdout-agent.log>" hostingModel="<inprocess>">
@@ -202,7 +202,7 @@ In the appsettings.agent.json file, the __OpenId__ > __AgentIdentifier__ can be
202202

203203
For example:
204204

205-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
205+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
206206

207207
```
208208
appsettings.agent.json
@@ -228,7 +228,7 @@ The integration team should communicate the list of the managed systems to be co
228228

229229
Here is an example of appsettings.agent.json connecting an agent to an Active Directory and an SAP server.
230230

231-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
231+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
232232

233233
```
234234
appsettings.agent.json
@@ -300,7 +300,7 @@ Storing a ```.pfx``` file password in plain text in a production environment is
300300
Usercube-Protect-CertificatePassword
301301
](/docs/usercube/usercube/integration-guide/executables/references/protect-certificatepassword/index.md) topic for additional information.
302302

303-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
303+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
304304

305305
```
306306
appsettings.agent.json
@@ -318,7 +318,7 @@ appsettings.agent.json
318318

319319
The certificate can be stored in the certificate store instead of the file system. This is the recommended method.
320320

321-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
321+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
322322

323323
```
324324
appsettings.agent.json
@@ -349,7 +349,7 @@ OpenIdClient
349349

350350
The following example shows an appsettings.agent.json file that sets an agent to connect to Identity Manager's server (<https://usercubeserver.contoso.com>) with the OpenId client identifier <Job> and the password <secret>, stored in the OpenIdClients list which also contains the "admin/secret" login/password pair.
351351

352-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
352+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
353353

354354
```
355355
{
@@ -371,7 +371,7 @@ Installing Identity Manager's agent as a Windows service instead of an IIS websi
371371

372372
To install Identity Manager's agent as a service in Windows server, use the following command:
373373

374-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
374+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
375375

376376
```
377377
sc.exe create Usercube binpath= "<Usercube-Agent.exe --service>" displayname= "<Usercube Agent>" start= auto obj= "<DOMAIN\USER>" password= "<PASSWORD>"
@@ -393,7 +393,7 @@ __Step 2 –__ Modify the applicationHost.config file to set the startMode of th
393393

394394
__Step 3 –__ Double check that the following section is set in your web.config file, in the section system.webServer:
395395

396-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
396+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
397397

398398
```
399399
<applicationInitialization doAppInitAfterRestart="<true>">  

docs/usercube/usercube/installation-guide/production-ready/server/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The key pairs can be generated with tools such as [OpenSSL](https://www.openssl.
206206

207207
Here's an example showing how to generate a [PKCS #12](https://en.wikipedia.org/wiki/PKCS_12) archive (```UsercubeContoso.pfx```) bundling a public key certificate (```usercubecontoso.cert```) and an RSA-2048 private key (```usercubecontoso.key```) with OpenSSL, with a 50-year expiration date:
208208

209-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
209+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
210210

211211
```
212212
1.
@@ -248,7 +248,7 @@ Storing a ```.pfx``` file password in plain text in a production environment is
248248
Usercube-Protect-CertificatePassword
249249
](/docs/usercube/usercube/integration-guide/executables/references/protect-certificatepassword/index.md) topic for additional information.
250250

251-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
251+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
252252

253253
```
254254
appsettings.json
@@ -266,7 +266,7 @@ appsettings.json
266266

267267
The certificate can be stored in the certificate store instead of the file system. This is the recommended method.
268268

269-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
269+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
270270

271271
```
272272
appsettings.json
@@ -306,7 +306,7 @@ The service account used by the Server to access the Database is either:
306306
- A Windows account if the connection string was set up using ```Integrated Security=SSPI```.
307307
- A SQL Server account if the connection string was set up with a login/password.
308308

309-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
309+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
310310

311311
```
312312
@@ -321,7 +321,7 @@ appsettings.json
321321

322322
The second example sets a connection string using the SQL Server authentication. ```CONTOSO/UsercubeContosoServer``` has been set as the Identity Manager Server IIS website identity.
323323

324-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
324+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
325325

326326
```
327327
@@ -368,7 +368,7 @@ You need to:
368368
- Modify the __applicationHost.config__ file to set the __startMode__ of the application pool as __AlwaysRunning__. You also need to set the preloadEnabled of your application set to true. It is advised to backup the __applicationHost.config__ file when doing this step to prevent mistakes.
369369
- Double check that the following section is set in your web.config file, in the section system.webServer:
370370

371-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
371+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
372372

373373
```
374374
<applicationInitialization doAppInitAfterRestart="true">  <add initializationPage="/"></applicationInitialization>

docs/usercube/usercube/installation-guide/quick-start/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __Step 8 –__ Open a command prompt and deploy the configuration. See the[ User
4242

4343
In our example, the command would be, in the Runtime folder:
4444

45-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
45+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
4646

4747
```
4848
./Usercube-Deploy-Configuration.exe -s "<data source=.;Database=Usercube;Integrated Security=SSPI;Min Pool Size=10;encrypt=false;>" -d "<C:/UsercubeBootstrap/Conf>"

docs/usercube/usercube/integration-guide/api/squery/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Identity Manager's API query language allows to express exactly needed data in a
66

77
Here's the query language's formal description. See the [EBNF syntax ](https://en.wikipedia.org/wiki/Extended_Backus–Naur_form)for additional information.
88

9-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
9+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
1010

1111
```
1212
    [query] = [historizationFilter] , [joins] , [limit] , [select] , [where] , [orderby] ;
@@ -65,15 +65,15 @@ Last 100 started job's instances' Ids.
6565

6666
_Remember,_ The ```Top``` in the API queries had been deprecated and ```PageSize```should be used instead.
6767

68-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
68+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
6969

7070
```
7171
/api/Job/JobInstance?squery=order  by StartDate desc&PageSize=100
7272
```
7373

7474
A Complete query would be like:
7575

76-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
76+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
7777

7878
```
7979
@@ -83,7 +83,7 @@ join Properties p join p.Association1 ea1  PageSize 2 select Id,Identifier,p.I
8383

8484
This query when executed on ```/api/Metadata/EntityType``` route will return the first 2 EntityTypes with their properties ordered by DisplayName:
8585

86-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
86+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
8787

8888
```
8989
@@ -166,7 +166,7 @@ How to determine whether the DisplayFilter property has its first and third bits
166166

167167
- Comparison expression in the squery (101 in binary = 5 in decimal):
168168

169-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
169+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
170170

171171
```
172172
DisplayFilter &= 5
@@ -196,7 +196,7 @@ For now, the __between__ and __contained in__ historization filters can be used
196196

197197
The following squery returns the active users at "01/01/2022".
198198

199-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
199+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
200200

201201
```
202202
"2022-01-01T23:00:00Z" select Id, MainFirstName, MainLastName, Op_MainTitle_DisplayName, Op_MainOrganization_DisplayName, Op_MainLocation_DisplayName, MainPhoneNumber, MainMobileNumber, MainEmployeeCategory.Id, MainLeave, MainVIP

docs/usercube/usercube/integration-guide/architecture/how-tos/protect-agent-server-communication/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Protect agent/server communication by proceeding as follows:
103103
>
104104
> ./Usercube-New-OpenIDSecret.exe --client-secret secret
105105
>
106-
> ``````
106+
> ```
107107
>
108108
> <OpenIdClient Identifier="Job" HashedSecret="K7gNU3sdo+OL0wNhqoVWhr3g6s1xYv72ol/pe/Unols=" DisplayName_L1="Permissions for jobs" Profile="Administrator" />
109109
>

docs/usercube/usercube/integration-guide/connectors/how-tos/create-connector/azuread/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Microsoft Entra ID](/docs/usercube/usercube/integration-guide/connectors/referen
1818

1919
For example:
2020

21-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
21+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
2222

2323
[Copy](javascript:void(0);)
2424

@@ -46,7 +46,7 @@ Connect to a Managed System
4646

4747
This example declares the Entra ID connector on the Local agent:
4848

49-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
49+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
5050

5151
```
5252
Conf/AzureAD/AzureAD Connector.xml
@@ -67,7 +67,7 @@ For example, Microsoft Entra ID's Users and Groups can be described by entity ty
6767

6868
The following example defines an entity type named AzureAD\_DirectoryObject to match the attributes selected for extraction from the Microsoft Entra ID instance:
6969

70-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
70+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
7171

7272
```
7373
Conf/AzureAD/AzureAD Connector.xml
@@ -131,7 +131,7 @@ The following example declares an n-n association between two AzureAD\_Directory
131131

132132
- members from a Group is a collection of AzureAD\_DirectoryObjects IDs which are members of this Group.
133133

134-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
134+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
135135

136136
```
137137
Conf/AzureAD/AzureAD Connector.xml
@@ -153,7 +153,7 @@ So each element of an entity type mapping is meant to link a property from the C
153153

154154
For example:
155155

156-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
156+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
157157

158158
```
159159
Conf/AzureAD/AzureAD Connector.xml
@@ -224,7 +224,7 @@ These associations are exported from the Microsoft Entra ID system into the ```C
224224

225225
The following entity association mapping maps the properties from the AzureAD\_DirectoryObject\_members entity association:
226226

227-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
227+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
228228

229229
```
230230
Conf/AzureAD/AzureAD Connector.xml
@@ -251,7 +251,7 @@ Each connector should be configured with a menu item, which is created automatic
251251

252252
In XML, it should look like this:
253253

254-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
254+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
255255

256256
```
257257
Conf/AzureAD/AzureAD Nav.xml
@@ -266,7 +266,7 @@ Organize Resources' Datasheets
266266

267267
For example:
268268

269-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
269+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
270270

271271
```
272272
Conf/AzureAD/AzureAD UI.xml
@@ -283,7 +283,7 @@ Microsoft Entra ID's resources are listed in a table.
283283

284284
For example:
285285

286-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
286+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
287287

288288
```
289289
Conf/AzureAD/AzureAD UI.xml
@@ -307,7 +307,7 @@ Set Resources' Display Names
307307

308308
For example:
309309

310-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
310+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
311311

312312
```
313313
Conf/AzureAD/AzureAD UI.xml
@@ -320,7 +320,7 @@ In order to access the connector, any user must have the right permissions.
320320

321321
The following example sets the permissions to access the Microsoft Entra ID connector and resources for the Administrator profile.
322322

323-
Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.
323+
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
324324

325325
```
326326
Conf/AzureAD/AzureAD Profile Administrator.xml

0 commit comments

Comments
 (0)