Skip to content

Commit

Permalink
refactor: change order of sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
britsta committed Dec 17, 2024
1 parent 2cdfc88 commit bb8df70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs_integrate/establish-relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Only that Identity will be able to continue with establishing a Relationship. Th
#### Password Protection of a RelationshipTemplate

The optional property `passwordProtection` of a [RelationshipTemplate]({% link _docs_integrate/data-model-overview.md %}#relationshiptemplate) can be added to the [input for creating a RelationshipTemplate]({% link _docs_integrate/establish-relationships.md %}#input-for-creating-a-relationshiptemplate) to provide password protection.
If the RelationshipTemplate is to be protected by a password, the corresponding password must be specified within its `passwordProtection.password` property.
Only the Identities that know the password of the RelationshipTemplate will be able to continue with establishing a Relationship.
This allows the RelationshipTemplate to be protected from unauthorized access.
Only the Identities that know the password of the RelationshipTemplate will be able to continue with establishing a Relationship.
If the RelationshipTemplate is to be protected by a password, the corresponding password must be specified within its `passwordProtection.password` property.

```jsonc
{
Expand Down

0 comments on commit bb8df70

Please sign in to comment.