Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
CreateConfigurationTemplateInfo Object
Description
The CreateConfigurationTemplateInfo object is used to store creation info for a configuration template.
Usage Example
Use in the POST Configuration Templates endpoint.
The ID of the owner of the configuration template.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The visibility info of the configuration template.
{
"visibility": "LIMITED",
"visibility_group_ids": [
"7870617d-e72a-47f5-a84c-693817ab4567",
"1520617d-e72a-47f5-a84c-693817ab48ad2"
]
}A bool representing whether or not to require MFA for reviewers to approve requests for this configuration template.
false
A bool representing whether or not to require MFA to connect to resources associated with this configuration template.
false
The name of the configuration template.
"Prod AWS Template"
The IDs of the audit message channels linked to the configuration template.
[
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"37cb7e41-12ba-46da-92ff-030abe0450b2"
]The IDs of the on-call schedules linked to the configuration template.
[
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"37cb7e41-12ba-46da-92ff-030abe0450b2"
]The IDs of the break glass users linked to the configuration template.
[
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"37cb7e41-12ba-46da-92ff-030abe0450b2"
]The request configuration list of the configuration template. If not provided, the default request configuration will be used.
The request configuration list of the configuration template. If not provided, the default request configuration will be used. Deprecated in favor of request_configurations.
{
"request_configurations": [
{
"request_configuration_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"organization_id": "w86c85d-0651-43e2-a748-d69d658418e8",
"condition": null,
"allow_requests": true,
"auto_approval": false,
"require_mfa_to_request": false,
"max_duration_minutes": 120,
"recommended_duration_minutes": 120,
"require_support_ticket": false,
"reviewer_stages": [
{
"reviewer_stage_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"owner_ids": [
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"37cb7e41-12ba-46da-92ff-030abe0450b2"
],
"stage": 1
}
],
"priority": 0
},
{
"request_configuration_id": "7c86c85d-0651-43e2-a748-d69d658418e9",
"organization_id": "w86c85d-0651-43e2-a748-d69d658418e8",
"condition": {
"group_id": "1b978423-db0a-4037-a4cf-f79c60cb67b4"
},
"allow_requests": true,
"auto_approval": false,
"require_mfa_to_request": false,
"max_duration_minutes": 120,
"recommended_duration_minutes": 120,
"require_support_ticket": false,
"reviewer_stages": [
{
"reviewer_stage_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"owner_ids": [
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"37cb7e41-12ba-46da-92ff-030abe0450b2"
],
"stage": 1
}
],
"priority": 1
}
]
}Configuration for ticket propagation, when enabled, a ticket will be created for access changes related to the users in this resource.
Custom request notification sent upon request approval for this configuration template.
800"Check your email to register your account."
Response
The configuration template just created.
Configuration Template Object
Description
The ConfigurationTemplate object is used to represent a configuration template.
Usage Example
Returned from the GET Configuration Templates endpoint.
The ID of the configuration template.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The name of the configuration template.
"Prod AWS Template"
The ID of the owner of the configuration template.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The visibility info of the configuration template.
{
"visibility": "LIMITED",
"visibility_group_ids": [
"7870617d-e72a-47f5-a84c-693817ab4567",
"1520617d-e72a-47f5-a84c-693817ab48ad2"
]
}The IDs of the audit message channels linked to the configuration template.
[
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"37cb7e41-12ba-46da-92ff-030abe0450b2"
]The ID of the request configuration linked to the configuration template.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The IDs of the on-call schedules linked to the configuration template.
[
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"7c86c85d-0651-43e2-a748-d69d658418e8"
]The IDs of the break glass users linked to the configuration template.
[
"37cb7e41-12ba-46da-92ff-030abe0450b1",
"37cb7e41-12ba-46da-92ff-030abe0450b2"
]A bool representing whether or not to require MFA for reviewers to approve requests for this configuration template.
false
A bool representing whether or not to require MFA to connect to resources associated with this configuration template.
false
Configuration for ticket propagation, when enabled, a ticket will be created for access changes related to the users in this resource.
Custom request notification sent upon request approval for this configuration template.
800"Check your email to register your account."

