Skip to content

Document CanExecuteAs, CanReadAsAnyParty, CanExecuteAsAnyParty user rights#899

Open
8bitpal wants to merge 2 commits into
mainfrom
fix/879-user-rights-docs
Open

Document CanExecuteAs, CanReadAsAnyParty, CanExecuteAsAnyParty user rights#899
8bitpal wants to merge 2 commits into
mainfrom
fix/879-user-rights-docs

Conversation

@8bitpal

@8bitpal 8bitpal commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

The authorization deep-dive page was missing three user rights added to the Ledger API after the original canActAs/canReadAs pair. Adds them to the rights bullet list with descriptions sourced from lapi-proto-docs.rst:

  • canExecuteAs(p) — execute submissions as party p without read access; implicitly contained in canActAs(p)
  • canReadAsAnyParty — super-reader for all parties; primarily for tools like PQS
  • canExecuteAsAnyParty — execute as any party; for interactive submission services acting on behalf of many parties

Also fixes a pre-existing typo: canActsAscanActAs.

Closes #879

…ights

The authorization page was missing three rights introduced after the
original CanActAs/CanReadAs pair. Descriptions sourced from the
Ledger API proto reference (lapi-proto-docs.rst).

Closes #879

Signed-off-by: 8bitpal <eliashaase@gmail.com>
@mintlify

mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
cantonfoundation 🟢 Ready View Preview Jun 29, 2026, 7:02 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Access tokens and rights section does not document more recent user rights

2 participants