Skip to content

Commit bd4ceb5

Browse files
committed
Fixed some more usercube_saas errors. The only thing left are two missing images.
1 parent 11e4822 commit bd4ceb5

File tree

6 files changed

+26
-32
lines changed

6 files changed

+26
-32
lines changed

docs/usercube_saas/usercube/integration-guide/connectors/how-tos/demoapp-banking/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ __Step 8 –__ In a web browser, enter the URL localhost:5000.
6161

6262
The Banking application is running, and the web browser is on the Banking home page.
6363

64-
To set the Banking application to another port, run /Banking.exe --urls http://localhost:{port number}. To access the application, enter the URL localhost:{port number} in a web browser.
64+
To set the Banking application to another port, run `/Banking.exe --urls http://localhost:{port number}. To access the application, enter the URL localhost:{port number}` in a web browser.
6565

6666
Some ports are not recognized by web browsers, or may already be used. Choose a port wisely.

docs/usercube_saas/usercube/integration-guide/profiles-permissions/permissions/index.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Here is a list of permissions required for different user profiles:
220220
- `/Custom/ProvisioningPolicy/BulkRoleReconciliation/{entityType_identifier}`
221221

222222
Permission to perform bulk validations on the __Role Reconciliation__ page.
223-
- `/Custom/ProvisioningPolicy/PendingAssignedResourceTypes/{resourceType\_identifier}
223+
- `/Custom/ProvisioningPolicy/PendingAssignedResourceTypes/{resourceType\_identifier}`
224224

225225
Permission to query and read all the pending assigned resource types linked to ```{resourceType_identifier}```.
226226
- `/Custom/ProvisioningPolicy/PerformManualProvisioning/{entityType_identifier}`
@@ -252,58 +252,58 @@ Here is a list of permissions required for different user profiles:
252252
For example, the permission /ProvisioningPolicy/PerformManualProvisioning/Directory\_User allows a profile to perform manual provisioning with Directory\_User as the source entity type, and receive the corresponding notifications. On the contrary, the permission /ProvisioningPolicy/PerformManualProvisioning/ allows a profile to perform manual provisioning for all entity types, but not receive the corresponding notifications.
253253
Each permission can be configured in an access control entry so that the corresponding notification is disabled. See the [Access Control Rule](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/access-control/accesscontrolrule/index.md)topic for additional information.
254254

255-
- `/Custom/Reports/{reportQuery\_identifier}
255+
- `/Custom/Reports/{reportQuery\_identifier}`
256256

257257
Permission to access reports corresponding to the query ```reportQuery_identifier```.
258-
- `/Custom/ResourceChanges/{connector\_identifier}
258+
- `/Custom/ResourceChanges/{connector\_identifier}`
259259

260260
Permission to query and read any resource changes from the ```ResourceChanges``` table.
261-
- `/Custom/ResourceFileChanges/{connector\_identifier}
261+
- `/Custom/ResourceFileChanges/{connector\_identifier}`
262262

263263
Permission to query and read any resource file changes from the ```ResourceFileChanges``` table.
264-
- `/Custom/ResourceFiles/{entityType_identifier}`/{property\_identifier}/View
264+
- `/Custom/ResourceFiles/{entityType_identifier}/{property\_identifier}/View`
265265

266266
Permission to query and read any resource files from the ```ResourceFile``` table corresponding to the property ```property_identifier``` of the entity ```entityType_identifier```, for example the ```Directory_User``` photo property. This permission is generated by the [```ViewAccessControlRules```](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/accesscontrolrules/resources/viewaccesscontrolrules/index.md) scaffolding.
267-
- `/Custom/ResourceLinkChanges/{connector\_identifier}
267+
- `/Custom/ResourceLinkChanges/{connector\_identifier}`
268268

269269
Permission to query and read any resource link changes from the ```ResourceLinkChanges``` table.
270-
- `/Custom/Resources/{entityType_identifier}`/Create
270+
- `/Custom/Resources/{entityType_identifier}/Create`
271271

272272
Permission to create resources corresponding to an access right owned by an object of type ```entityType_identifier```.
273-
- `/Custom/Resources/{entityType_identifier}`/Delete
273+
- `/Custom/Resources/{entityType_identifier}/Delete`
274274

275275
Permission to delete resources corresponding to an access right owned by an object of type ```entityType_identifier```.
276-
- `/Custom/Resources/{entityType_identifier}`/Query
276+
- `/Custom/Resources/{entityType_identifier}/Query`
277277

278278
Permission to query and read resources corresponding to an access right owned by an object of type ```entityType_identifier```.
279-
- `/Custom/Resources/{entityType_identifier}`/Self
279+
- `/Custom/Resources/{entityType_identifier}/Self`
280280

281281
Permission to view self resources corresponding to an access right owned by an object of type ```entityType_identifier```.
282-
- `/Custom/Resources/{entityType_identifier}`/SelfOwnedResources
282+
- `/Custom/Resources/{entityType_identifier}/SelfOwnedResources`
283283

284284
Permission to view self owned resources corresponding to an access right owned by an object of type ```entityType_identifier```.
285-
- `/Custom/Resources/{entityType_identifier}`/SelfTargetResources
285+
- `/Custom/Resources/{entityType_identifier}/SelfTargetResources`
286286

287287
Permission to view self target resources corresponding to an access right owned by an object of type ```entityType_identifier```.
288-
- `/Custom/Resources/{entityType_identifier}`/Update
288+
- `/Custom/Resources/{entityType_identifier}/Update`
289289

290290
Permission to update resources corresponding to an access right owned by an object of type ```entityType_identifier```.
291-
- `/Custom/Resources/{entityType_identifier}`/View
291+
- `/Custom/Resources/{entityType_identifier}/View`
292292

293293
Permission to view resources corresponding to an access right owned by an object of type ```entityType_identifier```.
294-
- `/Custom/Resources/{entityType_identifier}`/ViewOwnedResources
294+
- `/Custom/Resources/{entityType_identifier}/ViewOwnedResources`
295295

296296
Permission to view owned resources corresponding to an access right owned by an object of type ```entityType_identifier```.
297-
- `/Custom/Resources/{entityType_identifier}`/ViewTargetResources
297+
- `/Custom/Resources/{entityType_identifier}/ViewTargetResources`
298298

299299
Permission to view target resources corresponding to an access right owned by an object of type ```entityType_identifier```.
300-
- `/Custom/Workflows/{workflow\_identifier}/{activity\_identifier}/{activityTemplateState\_shortIdentifier}
300+
- `/Custom/Workflows/{workflow\_identifier}/{activity\_identifier}/{activityTemplateState\_shortIdentifier}`
301301

302302
Permission to access the workflow ```workflow_identifier```at the activty ```activity_identifier``` in the state ```activityTemplateState_shortIdentifier```.
303303
- `/Custom/Workflows/Supervise/{entityType_identifier}`
304304

305305
Permission to supervise a workflow corresponding to an access right owned by an object of type ```entityType_identifier```.
306-
- `/Custom/WorkflowsNotifications/{workflow\_identifier}/{activity\_identifier}/{activityTemplateState\_shortIdentifier}
306+
- `/Custom/WorkflowsNotifications/{workflow\_identifier}/{activity\_identifier}/{activityTemplateState\_shortIdentifier}`
307307

308308
Permission to be notified on a workflow's specific state. Applies to notifications specifying the recipient's type: ```Profile```.
309309
- /EntityTypeMappings

docs/usercube_saas/usercube/integration-guide/toolkit/expressions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Nullability checks constitute a common area for improvement in C# expressions, r
5151

5252
See Microsoft documentation on [nullable reference types](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nullable-reference-types) and more precisely on [nullable operators](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/member-access-operators#nullable-operators).
5353

54-
For example, the following scalar rule computes the value of users' email addresses via a C# expression. The <?> characters cut the operations short by returning null when one of the chain members returns null, thus preventing errors.
54+
For example, the following scalar rule computes the value of users' email addresses via a C# expression. The `<?>` characters cut the operations short by returning null when one of the chain members returns null, thus preventing errors.
5555

5656
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
5757

@@ -118,7 +118,7 @@ var resources = queryHandler.Select<Directory_EmployeeType>("Select Id Where Ide
118118
return resources.FirstOrDefault()?.Id;
119119
```
120120

121-
Another example, to query the organization whose Identifier is <23040>:
121+
Another example, to query the organization whose Identifier is `<23040>`:
122122

123123
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the script in the command line.
124124

docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/metadata/entitytype/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Entity Type
22

3-
Represents a conceptual model of a business object, such as a person entity or an organization entity. See the [
4-
Connector
5-
](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/connectors/connector/index.md)topic for additional information on how to configure define an EntityType.
3+
Represents a conceptual model of a business object, such as a person entity or an organization entity. See the [Connector](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/connectors/connector/index.md)topic for additional information on how to configure define an EntityType.
64

75
## Properties
86

docs/usercube_saas/usercube/integration-guide/workflows/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Workflows
22

3-
In software business, a [
4-
Workflow
5-
](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/workflows/workflow/index.md) is a series of specific actions taken by specific people to accomplish specific tasks. For Identity Manager, workflows are models of business workflows, processes or procedures.
3+
In software business, a [Workflow](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/workflows/workflow/index.md) is a series of specific actions taken by specific people to accomplish specific tasks. For Identity Manager, workflows are models of business workflows, processes or procedures.
64

75
## Overview
86

@@ -26,9 +24,7 @@ A workflow is made of several elements:
2624

2725
### Technical principles
2826

29-
- A workflow is linked to one[
30-
Entity Type
31-
](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/metadata/entitytype/index.md) and concerns only resources from said entity type. For example, a workflow can be linked to ```Directory_User``` or ```Directory_Department``` according to the workflow's purpose, but not both together.
27+
- A workflow is linked to one[Entity Type](/docs/usercube_saas/usercube/integration-guide/toolkit/xml-configuration/metadata/entitytype/index.md) and concerns only resources from said entity type. For example, a workflow can be linked to ```Directory_User``` or ```Directory_Department``` according to the workflow's purpose, but not both together.
3228
- The aim of a workflow is to get input data (either a form or just an approval) from users involved in the workflow, then build a change set, and finally apply said change set to the relevant resource.
3329
- Starting a workflow means starting its first activity.
3430

docusaurus.config.products.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ const PRODUCTS = {
2222
'strongpointnetsuiteflashlight': false,
2323
'strongpointsalesforceflashlight': false,
2424
'threatmanager': false,
25-
'threatprevention': true,
25+
'threatprevention': false,
2626
'usercube': false,
27-
'usercube_saas': false,
27+
'usercube_saas': true,
2828
};
2929

3030
const productConfigs = {

0 commit comments

Comments
 (0)