Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1c7f54

Browse files
committed
added content link table
1 parent de2b6d0 commit f1c7f54

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

docs/programs/limiting-disclosed-information.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,28 @@ path: "/programs/limiting-disclosed-information.html"
44
id: "programs/limiting-disclosed-information"
55
---
66

7-
When disclosing reports, you can choose to limit the information that’s shared instead of disclosing the report in full detail. You can choose to limit information published in a report at the time you disclose the report and after the report has been made public. There are 2 ways you can limit information:
8-
* Redacting Reports
9-
* Limited Disclosure
7+
<style>
8+
.contents {
9+
margin-left: 1.45rem;
10+
margin-right: 1.45rem;
11+
border-radius: 0.3em;
12+
width: 60%;
13+
}
14+
</style>
15+
16+
When disclosing reports, you can choose to limit the information that’s shared instead of disclosing the report in full detail. You can choose to limit information published in a report at the time you disclose the report and after the report has been made public.
17+
18+
<div class="background contents" markdown="1">
19+
20+
There are 2 ways you can limit information: |
21+
------------------------------------------- |
22+
[Redacting Reports](#redacting) |
23+
[Limited Disclosure](#limited) |
24+
25+
</div>
26+
27+
<h3 id="redacting">Redacting Reports</h3>
1028

11-
### Redacting Reports
1229
Some reports may contain sensitive information or information that’s not meant to be for the general public. Redacting reports enables you to censor specific words or characters from being visible to readers. Once you redact any string, the specified string will be blacked out throughout the report as seen in the image below. Keep in mind that once you redact something from a report, it’ll permanently and irreversibly be redacted.
1330

1431
![limiting-disclosed-information-4](./images/limiting-disclosed-info-4.png)
@@ -29,7 +46,8 @@ To redact information from a report:
2946

3047
If you have multiple strings that you want to redact, repeat steps 2-6.
3148

32-
### Limited Disclosure
49+
<h3 id="limited">Limited Disclosure</h3>
50+
3351
In addition to redacting reports, you can limit the visibility of reports by selecting Limited disclosure. When you select to have limited instead of full disclosure, only the summary and timeline of the report are visible and all comments and attachments are hidden.
3452

3553
![limiting-disclosed-information-2](./images/limiting-disclosed-info-2.png)

0 commit comments

Comments
 (0)