Skip to content

Commit da7423b

Browse files
Fixed incorrect images completed
1 parent 320b856 commit da7423b

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

docs/privilegesecure/4.2/accessmanagement/admin/configuration/authentication/samlconfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The SAML Configuration wizard is opened with the **Configuration Wizard** button
1010
Configuration > [Authentication Page](/docs/privilegesecure/4.2/accessmanagement/admin/configuration/authentication/authentication.md) for an SAML Authentication
1111
Connector Type.
1212

13-
![configureclient](/img/product_docs/privilegesecure/4.2/accessmanagement/admin/configuration/wizard/configureclient.webp)
13+
![configureclient](/img/product_docs/privilegesecure/4.2/accessmanagement/admin/configuration/wizard/configureclient_1.webp)
1414

1515
It contains four pages:
1616

docs/privilegesecure/4.2/accessmanagement/admin/configuration/integrationconnector/integrationcyberark/cyberark.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Allows the rest call to skip the certificate check for the built-in check out st
1919
Supply a PowerShell script block to be used for checking out password from CyberArk. The script
2020
block will be called with two arguments. It is recommended to use a param() block as follows:
2121

22+
```powershell
2223
param(
2324
2425
        [Parameter(Mandatory = $true)]
@@ -30,6 +31,7 @@ $Options,
3031
        $Credential
3132
3233
    )
34+
```
3335

3436
The scriptblock must return the updated $Credential setting the Username, Domain and Password value
3537
to the values that represent the information for the account checked out. The default implementation

docs/privilegesecure/4.2/accessmanagement/remoteaccessgateway/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ access is provided via web page with browser-based sessions for RDP and SSH.
1414

1515
The RAG is made up of two components:
1616

17-
RAG Portal
17+
**RAG Portal**
1818

1919
A dedicated web server to be installed in the DMZ. This is the front-end of the solution for end
2020
users and by default the website runs on HTTPS\443. The RAG Portal communicates with the RAG gateway
2121
over HTTPS\443
2222

23-
RAG Gateway
23+
**RAG Gateway**
2424

2525
The gateway runs inside the corporate network and provides a bridge between the RAG Portal and the
2626
Netwrix Privilege Secure installation. The RAG Gateway communicates to the Netwrix Privilege Secure

docs/privilegesecure/4.2/accessmanagement/revieweruser/navigation/navigation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Interface Icons
4848

4949
| Icon | Interface |
5050
| -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
51-
| ![myactivities](/img/product_docs/privilegesecure/4.2/accessmanagement/install/myactivities.webp) | My Activities |
52-
| ![dashboard](/img/product_docs/directorymanager/11.1/admincenter/general/dashboard.webp) | Dashboard |
53-
| ![policy](/img/product_docs/threatprevention/7.5/admin/configuration/databasemaintenance/policy.webp) | Policy |
54-
| ![users](/img/product_docs/activitymonitor/8.0/admin/monitoreddomains/admonitoringconfiguration/users.webp) | Users & Groups |
55-
| ![resources](/img/product_docs/platgovnetsuiteflashlight/getting_started/resources.webp) | Resources |
56-
| ![credentials](/img/product_docs/activitymonitor/8.0/install/agent/credentials.webp) | Credentials |
57-
| ![activities](/img/product_docs/accessanalyzer/12.0/admin/hostdiscovery/activities.webp) | Activities |
51+
| ![myactivities](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/myactivities.webp) | My Activities |
52+
| ![dashboard](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/dashboard.webp) | Dashboard |
53+
| ![policy](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/policy.webp) | Policy |
54+
| ![users](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/users.webp) | Users & Groups |
55+
| ![resources](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/resources.webp) | Resources |
56+
| ![credentials](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/credentials.webp) | Credentials |
57+
| ![activities](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/activities.webp) | Activities |
5858
| ![configuration](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/configuration.webp) | Configuration |
5959
| ![servicenodes](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/servicenodes.webp) | Service Nodes |
6060
| ![auditreporting](/img/product_docs/privilegesecure/4.2/accessmanagement/enduser/auditreporting.webp) | Audit and Reporting |

0 commit comments

Comments
 (0)