v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles.

post/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant

Path parameters

domainIdentifierstring required

The ID of the domain where you want to add a policy grant.

entityType'DOMAIN_UNIT' | 'ENVIRONMENT_BLUEPRINT_CONFIGURATION' | 'ENVIRONMENT_PROFILE' | 'ASSET_TYPE' required

The type of entity (resource) to which the grant is added.

entityIdentifierstring required

The ID of the entity (resource) to which you want to add a policy grant.

Request body

policyType'CREATE_DOMAIN_UNIT' | 'OVERRIDE_DOMAIN_UNIT_OWNERS' | 'ADD_TO_PROJECT_MEMBER_POOL' | 'OVERRIDE_PROJECT_OWNERS' | 'CREATE_GLOSSARY' | 'CREATE_FORM_TYPE' | 'CREATE_ASSET_TYPE' | 'CREATE_PROJECT' | 'CREATE_ENVIRONMENT_PROFILE' | 'DELEGATE_CREATE_ENVIRONMENT_PROFILE' | 'CREATE_ENVIRONMENT' | 'CREATE_ENVIRONMENT_FROM_BLUEPRINT' | 'CREATE_PROJECT_FROM_PROJECT_PROFILE' | 'USE_ASSET_TYPE' required

The type of policy that you want to grant.

clientTokenstring

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

Response

Success

grantIdstring

The ID of the policy grant that was added to a specified entity.