Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
updates to saas config guide doc to clarify <masked_object_fields> be…
Browse files Browse the repository at this point in the history
…havior (#464)

* updates to saas config guide doc to clarify masked_object_fields behavior

* fix typo

Co-authored-by: Adam Sachs <[email protected]>
  • Loading branch information
adamsachs and Adam Sachs authored May 5, 2022
1 parent 8976c23 commit 4398ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fidesops/docs/guides/saas_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ update:
path: /crm/v3/objects/contacts
body: '{
"properties": {
<masked_object_fields>
<masked_object_fields>,
"user_ref_id": <user_ref_id>
}
}'
Expand All @@ -493,7 +493,7 @@ update:
direction: from
```

Fidesops will replace the `<masked_object_fields>` placeholder with the result of the policy-driven masking service, for example `{'company': None, 'email': None}`.
Fidesops will replace the `<masked_object_fields>` placeholder with the result of the policy-driven masking service, for example `'company': None, 'email': None`. Note that neither enclosing curly brackets (`{` `}`) nor a trailing comma (`,`) are included as part of the replacement string generated by Fidesops.

This results in the following update request:
```yaml
Expand Down

0 comments on commit 4398ac8

Please sign in to comment.