Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The settings of the UAR.
Information needed to start a user access review.
The name of the UAR.
"Monthly UAR (July)"
A policy for auto-assigning reviewers. If auto-assignment is on, specific assignments can still be manually adjusted after the access review is started. Default is Manually. BY_OWNING_TEAM_ADMIN assigns reviews to resource admins in round-robin fashion. BY_OWNING_TEAM_ADMIN_ALL assigns reviews to all resource admins. BY_APPROVERS assigns reviews to resource approvers in round-robin fashion. BY_APPROVERS_ALL assigns reviews to all resource approvers.
MANUALLY, BY_OWNING_TEAM_ADMIN, BY_OWNING_TEAM_ADMIN_ALL, BY_MANAGER, BY_APPROVERS, BY_APPROVERS_ALL "MANUALLY"
A bool representing whether to send a notification to reviewers when they're assigned a new review. Default is False.
false
The last day for reviewers to complete their access reviews.
"2022-07-14T06:59:59.000Z"
The time zone name (as defined by the IANA Time Zone database) used in the access review deadline and exported audit report. Default is America/Los_Angeles.
"America/Los_Angeles"
A bool representing whether to present a warning when a user is the only reviewer for themself. Default is False.
false
A bool representing whether to instantly action changes when reviewers submit their decision. Default is False.
false
false
If set, the access review will only contain resources and groups that match at least one of the filters in scope.
{
"filter_operator": "ANY",
"users": ["userd283-ca87-4a8a-bdbb-df212eca5353"],
"include_group_bindings": true,
"tags": [
{
"key": "uar_scope",
"value": "high_priority"
}
],
"names": ["demo", "api"],
"admins": [
"f454d283-ca87-4a8a-bdbb-df212eca5353",
"8763d283-ca87-4a8a-bdbb-df212ecab139"
],
"resource_types": ["GCP_CLOUD_SQL_POSTGRES_INSTANCE"],
"group_types": ["AWS_SSO_GROUP"],
"apps": [
"pas2d283-ca87-4a8a-bdbb-df212eca5353",
"apss2d283-ca87-4a8a-bdbb-df212eca5353"
],
"entities": [
"f454d283-as87-4a8a-bdbb-df212eca5353",
"f454d283-as87-4a8a-bdbb-df212eca5329"
]
}Response
The UAR that was started.
A user access review.
The ID of the UAR.
"f454d283-ca87-4a8a-bdbb-df212eca5353"
The name of the UAR.
"Monthly UAR (July)"
A policy for auto-assigning reviewers. If auto-assignment is on, specific assignments can still be manually adjusted after the access review is started. Default is Manually. BY_OWNING_TEAM_ADMIN assigns reviews to resource admins in round-robin fashion. BY_OWNING_TEAM_ADMIN_ALL assigns reviews to all resource admins. BY_APPROVERS assigns reviews to resource approvers in round-robin fashion. BY_APPROVERS_ALL assigns reviews to all resource approvers.
MANUALLY, BY_OWNING_TEAM_ADMIN, BY_OWNING_TEAM_ADMIN_ALL, BY_MANAGER, BY_APPROVERS, BY_APPROVERS_ALL "MANUALLY"
A bool representing whether to send a notification to reviewers when they're assigned a new review. Default is False.
false
The last day for reviewers to complete their access reviews.
"2022-07-14T06:59:59.000Z"
The time zone name (as defined by the IANA Time Zone database) used in the access review deadline and exported audit report. Default is America/Los_Angeles.
"America/Los_Angeles"
A bool representing whether to present a warning when a user is the only reviewer for themself. Default is False.
false
A bool representing whether to instantly action changes when reviewers submit their decision. Default is False.
false
If set, the access review will only contain resources and groups that match at least one of the filters in scope.
{
"filter_operator": "ANY",
"users": ["userd283-ca87-4a8a-bdbb-df212eca5353"],
"include_group_bindings": true,
"tags": [
{
"key": "uar_scope",
"value": "high_priority"
}
],
"names": ["demo", "api"],
"admins": [
"f454d283-ca87-4a8a-bdbb-df212eca5353",
"8763d283-ca87-4a8a-bdbb-df212ecab139"
],
"resource_types": ["GCP_CLOUD_SQL_POSTGRES_INSTANCE"],
"group_types": ["AWS_SSO_GROUP"],
"apps": [
"pas2d283-ca87-4a8a-bdbb-df212eca5353",
"apss2d283-ca87-4a8a-bdbb-df212eca5353"
],
"entities": [
"f454d283-as87-4a8a-bdbb-df212eca5353",
"f454d283-as87-4a8a-bdbb-df212eca5329"
]
}
