Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/applications/{applicationId}/permissions
{ "data": { "permissions": "<array>", "memberships": [ { "id": "<string>", "roles": [ { "role": "<string>", "customRoleSlug": "<string>" } ], "actorUserId": "<string>", "actorIdentityId": "<string>", "actorGroupId": "<string>" } ] } }
Get the actor’s effective resource permissions on this application.
Default Response
Show child attributes
Was this page helpful?