Policy Users

Protegrity Policy roles defines the unique data access privileges for every member.

Policy Users

Protegrity Policy roles defines the unique data access privileges for every member. The protector function protects the data with the username sent in either the JWT-formatted authorization header, the request body or service user in the environment variables.

The protector function behavior can be set in the cloud function environment variables as described in Install Protect Function via Terraform Scripts

Authorization/allow_assume_user01
EmptyUser from the request body. / (Throw an error).User from the request body.
JWTUser from JWT payloadUser from request body. If not found user from JWT payload.

Last modified : March 31, 2026