Skip to content

Commit 41742cb

Browse files
committed
script for bold subheadings
1 parent 5ed5f67 commit 41742cb

File tree

32 files changed

+120
-120
lines changed

32 files changed

+120
-120
lines changed

docs/privilegesecure/4.1/admin/audit&reporting/logfiles/logfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The right of the page shows the contents of the selected log file and has the fo
2525

2626
The log files are saved in the default location:
2727

28-
C:\ProgramData\Stealthbits\PAM\Log
28+
**C:\ProgramData\Stealthbits\PAM\Log**
2929

3030
The log files are saved with a naming format of: `PAM-[Service][yyyymmdd]`. For example:
3131
`PAM-ActionService20191002.log`

docs/privilegesecure/4.1/admin/audit&reporting/reporting.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ report name. The report tree will then be filtered down to the matching reports.
2828

2929
The Reports tree contains the following folders.
3030

31-
Favorites Folder
31+
**Favorites Folder**
3232

3333
This folder in the report tree contains reports that have been marked with a star for easy access.
3434
Clicking the star on a favorite report will remove it from the Favorites folder.
3535

36-
Predefined Reports
36+
**Predefined Reports**
3737

3838
This folder contains predefined reports covering common reporting uses cases. Included are:
3939

4040
- Account Password Age
4141
- All Activity Sessions
4242
- Password Rotations
4343

44-
Predefined Platform-Based Reports
44+
**Predefined Platform-Based Reports**
4545

4646
This folder contains predefined reports that are filtered to specific platforms. Included are:
4747

@@ -54,7 +54,7 @@ This folder contains predefined reports that are filtered to specific platforms.
5454
- All Website Sessions
5555
- All Windows Sessions
5656

57-
My Reports
57+
**My Reports**
5858

5959
This folder contains all reports created using the “+” icon next to the Search Reports field or
6060
created by modifying and saving an existing predefined or platform based report.
@@ -91,7 +91,7 @@ The Filters tab has the following configuration options:
9191

9292
The Source drop-down list contains the following data sources for reports.
9393

94-
Activity Sessions
94+
**Activity Sessions**
9595

9696
This data source contains activity session information, and allows the report to be filtered on the
9797
following attributes for a given activity session:
@@ -103,7 +103,7 @@ following attributes for a given activity session:
103103
- Target Host
104104
- User
105105

106-
Resource Sync
106+
**Resource Sync**
107107

108108
This data source contains resource sync information, and allows the report to be filtered on the
109109
following attributes for a given synced resource:
@@ -113,7 +113,7 @@ following attributes for a given synced resource:
113113
- IP Address
114114
- Operating System
115115

116-
Password Rotation
116+
**Password Rotation**
117117

118118
This data source contains password rotation information, and allows the report to be filtered on the
119119
following attributes for a given password rotation event:
@@ -123,7 +123,7 @@ following attributes for a given password rotation event:
123123
- Change Reason
124124
- User
125125

126-
Password Age
126+
**Password Age**
127127

128128
This data source contains password age information, and allows the report to be filtered on the
129129
following attributes for a given user account:

docs/privilegesecure/4.1/admin/configurationinterface/authentication/samlconfiguration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ Field.
135135

136136
- Examples for Microsoft Entra ID:
137137

138-
https://login.microsoftonline.com/common/oauth2/logout?post_logout_redirect_uri
138+
**https://login.microsoftonline.com/common/oauth2/logout?post_logout_redirect_uri**
139139

140140
- Example for Auth0:
141141

142-
https://privilegesecure-dev.auth0.com/v2/logout?returnTo
142+
**https://privilegesecure-dev.auth0.com/v2/logout?returnTo**
143143

144144
- Example for Okta:
145145

146-
https://dev-106968.okta.com/login/signout?fromURI
146+
**https://dev-106968.okta.com/login/signout?fromURI**
147147

148148
- Signout Callback URI – Some SAML providers require that redirection URIs be authorized, so the
149149
page displays the URI details for the redirection.

docs/privilegesecure/4.1/admin/configurationinterface/integrationconnectors/integrationbyov/byovconnectorconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ the **Integration Connectors** submenu.
5858
"Checkin Script Block" field may be left blank.)
5959

6060

61-
Checkout Script Block
61+
**Checkout Script Block**
6262

6363
```
6464
param (

docs/privilegesecure/4.1/admin/configurationinterface/integrationconnectors/integrationcyberark/cyberark.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ 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-
param(
22+
**param(**
2323

2424
        [Parameter(Mandatory = $true)]
2525

26-
$Options,
26+
**$Options,**
2727

2828
        [Parameter(Mandatory = $true)]
2929

30-
        $Credential
30+
**$Credential**
3131

3232
    )
3333

docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/entraidappregistration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Azure.
4141

4242
## Generate Secret
4343

44-
Generate a secret for the App Registration
44+
**Generate a secret for the App Registration**
4545

4646
**Step 1 –** In the App Registration, click **Certificates & Secrets**.
4747

docs/privilegesecure/4.1/admin/configurationinterface/systemsettingspages/emailconfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ features:
1919

2020
This field determines the link format in all emails and notifications sent by Privilege Secure.
2121

22-
Example Email
22+
**Example Email**
2323

2424
![Emailed link](/img/product_docs/privilegesecure/4.1/accessmanagement/admin/configuration/page/emailedlink.webp)

docs/privilegesecure/4.1/admin/configurationinterface/systemsettingspages/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Subject, and the NPS Rest URL value in the Services page exactly match.
2222
:::
2323

2424

25-
:::note
25+
**:::note**
2626

2727
:::
2828

docs/privilegesecure/4.1/admin/dashboard/active/liveviewer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Live Session Viewer window for RDP sessions is applicable to all resources e
3636

3737
The Live Session Viewer for RDP Sessions window has the following features:
3838

39-
Action options
39+
**Action options**
4040

4141
- Terminate Session icon – Click the icon to disconnect the user and end the session. A confirmation
4242
window will appear. See the
@@ -47,7 +47,7 @@ Action options
4747
[Lock Session](/docs/privilegesecure/4.1/admin/dashboard/active/locksession.md)
4848
topic for additional information.
4949

50-
Session Details
50+
**Session Details**
5151

5252
- User— Displays the account used to log onto the resource
5353

@@ -58,7 +58,7 @@ Session Details
5858
- Proxy Session Started — Indicates when the activity started. This refers to when the activity’s
5959
actions were executed and not when the user was logged on to the resource.
6060

61-
Activity Details
61+
**Activity Details**
6262

6363
- Time line — Displays activity as it occurs in real-time during the session in the pane to the left
6464
of the player. By default this time line will include keystroke activity.
@@ -80,7 +80,7 @@ The Live Session Viewer for SSH sessions is applicable to Linux and Cisco resour
8080

8181
The Live Session Viewer for SSH Sessions window has the following features:
8282

83-
Action options
83+
**Action options**
8484

8585
- Terminate Session icon – Click the icon to disconnect the user and end the session. A confirmation
8686
window will appear. See the
@@ -91,7 +91,7 @@ Action options
9191
[Lock Session](/docs/privilegesecure/4.1/admin/dashboard/active/locksession.md)
9292
topic for additional information.
9393

94-
Session Details
94+
**Session Details**
9595

9696
- User— Displays the account used to log onto the resource
9797

@@ -102,7 +102,7 @@ Session Details
102102
- Proxy Session Started — Indicates when the activity started. This refers to when the activity’s
103103
actions were executed and not when the user was logged on to the resource.
104104

105-
Activity Details
105+
**Activity Details**
106106

107107
- Time line — Displays activity as it occurs in real-time during the session in the pane to the left
108108
of the player. By default this time line will include keystroke activity.
@@ -116,7 +116,7 @@ and Microsoft Entra ID.
116116

117117
The Live Session Viewer for Recording Sessions window has the following features:
118118

119-
Action options
119+
**Action options**
120120

121121
- Terminate Session icon – Click the icon to disconnect the user and end the session. A confirmation
122122
window will appear. See the
@@ -127,7 +127,7 @@ Action options
127127
[Lock Session](/docs/privilegesecure/4.1/admin/dashboard/active/locksession.md)
128128
topic for additional information.
129129

130-
Recording Details
130+
**Recording Details**
131131

132132
- User— Displays the account used to log onto the resource
133133

docs/privilegesecure/4.1/admin/dashboard/historical/replayviewer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ The Replay Viewer window for RDP sessions is applicable to all resources except
3131

3232
The Replay Viewer for RDP Sessions window has the following features:
3333

34-
Play options
34+
**Play options**
3535

3636
- Control buttons — Play, pause, rewind, or fast forward the recording
3737
- Playback bar — Click to jump to a specific place in the recording
3838
- Speed slider — Use the slider to adjust the playback speed
3939

40-
Recording Details
40+
**Recording Details**
4141

4242
- User— Displays the account used to log onto the resource
4343

@@ -73,13 +73,13 @@ The Replay Viewer for SSH sessions is applicable to Linux and Cisco resources.
7373

7474
The Replay Viewer for SSH Sessions window has the following features:
7575

76-
Play options
76+
**Play options**
7777

7878
- Control buttons — Play, pause, rewind, or fast forward the recording
7979
- Playback bar — Click to jump to a specific place in the recording
8080
- Speed slider — Use the slider to adjust the playback speed
8181

82-
Recording Details
82+
**Recording Details**
8383

8484
- User— Displays the account used to log onto the resource
8585

@@ -106,7 +106,7 @@ The Replay Viewer window for Website host sessions is applicable only to Website
106106

107107
The Replay Viewer for Website Host Sessions window has the following features:
108108

109-
Play options
109+
**Play options**
110110

111111
- Control buttons — Play or pause the recording
112112
- Playback bar — Click to jump to a specific place in the recording
@@ -115,7 +115,7 @@ Play options
115115
- Playback speed — Select Playback speed from the Options menu to adjust player speed
116116
- Picture in picture — Select Picture in picture from the Options menu to enable feature
117117

118-
Recording Details
118+
**Recording Details**
119119

120120
- User— Displays the account used to log onto the resource
121121

0 commit comments

Comments
 (0)