Skip to main content

Is Required

Check if an approval is required for this NRN, action, dimension, and user

Path Parameters
nrn string REQUIRED

This is the resource (application, scope, etc.) that will be subject to approvals. This is a hierarchical setting, so if you set approvals for a namespace, then all applications and scopes inside the namespace will match against the action.

Example: organization=1:account=2:namespace=4:application=4:scope=5

entity string REQUIRED

The entity that will be subject to approvals. At this time we support approvals for the deployment entity

action string REQUIRED

The entity's action that will be subject to approvals. At this time we support only deployment:create

dimensions string

These are the dimensions that you might have configured such as environment, country, etc. You can specify many dimensions separating them with commas and key-values must be separated using a colon. Here's an example: environment:production,country:us

Example: environment:production,country:us

Responses
200
Schema OPTIONAL
required boolean OPTIONAL

true when an approval will be required for these parameters, false otherwise