Lists all access request condition templates
Success
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
{- "data": [
- {
- "$ref": "#/components/examples/get-request-condition-templates-success"
}
]
}
Retrieves an access request condition template by templateId
Success
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
{- "id": "020qqli3iolphlqkmrutpt8271c",
- "applyStatus": "APPLIED",
- "resources": [
- "orn:okta:accounts:0227mkkf8ulgt48bkidcd8ekqft:orgs"
], - "requestCondition": {
- "$ref": "../../../specs/governance/spec/v2-request-conditions/resources/models/creatable/examples/request-condition-creatable-15-entitlement-bundle-access-scope-everyone-fixed-duration.yaml"
}
}
Asynchronously applies an access request condition template to the Aerial connection apps for managed orgs, and sets the template to the APPLYING
status. The result can be checked by a GET request to /{accountId}/governance/api/v1/request-condition-templates/{templateId}
. The endpoint can be called when a template has a status of NOT_APPLIED
, APPLIED
, or ERROR
to re-apply template. If an Aerial connection app for a managed org already has a manually created access request condition, it will be overwritten when the template is applied.
An empty object reserved for future use
Bad Request
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
{- "Success": { }
}
Deactivates and removes an access request condition template from its associated resources. It can be called when a template has a status of APPLIED
or ERROR
.
An empty object reserved for future use
Bad Request
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
{- "Success": { }
}