Enumeration ApiKeyLevel

The ApiKeyLevel enum represents the access level of a Permit API Key.

Enumeration Members

ENVIRONMENT_LEVEL_API_KEY: "ENVIRONMENT_LEVEL_API_KEY"

Environment level API key authorization. Using an API key of this scope will allow the SDK user to modify a single Permit environment.

ORGANIZATION_LEVEL_API_KEY: "ORGANIZATION_LEVEL_API_KEY"

Organization level API key authorization. Using an API key of this scope will allow the SDK user to modify all projects and environments under the organization / workspace.

PROJECT_LEVEL_API_KEY: "PROJECT_LEVEL_API_KEY"

Project level API key authorization. Using an API key of this scope will allow the SDK user to modify a single project and the environments under that project.

WAIT_FOR_INIT: "WAIT_FOR_INIT"

Wait for initialization of the API key.

Generated using TypeDoc