Identity Specific Privilege
Create Permanent
Create a permanent or a non expiry specific privilege for identity.
POST
/
api
/
v1
/
additional-privilege
/
identity
/
permanent
Authorizations
An access token in Infisical
Body
application/json
The ID of the identity to create.
Minimum length:
1
The slug of the project of the identity in.
Minimum length:
1
The slug of the privilege to create.
Required string length:
1 - 60
@deprecated - use privilegePermission The permission object for the privilege.
- Read secrets
{ "permissions": [{"action": "read", "subject": "secrets"]}
- Read and Write secrets
{ "permissions": [{"action": "read", "subject": "secrets"], {"action": "write", "subject": "secrets"]}
- Read secrets scoped to an environment and secret path
- { "permissions": [{"action": "read", "subject": "secrets", "conditions": { "environment": "dev", "secretPath": { "$glob": "/" } }}] }
The permission object for the privilege.
Response
200 - application/json
Was this page helpful?