PropertiesAccessBindings
Lists all access bindings on an account or property. Requires one of the following OAuth scopes: https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.manage.users
Select
The component uses the Google Analytics API to process WHERE clause conditions built with the following columns and operators:
- Parent supports the following operator: =
- Name supports the following operator: =
SELECT * FROM PropertiesAccessBindings where parent ='properties/307712345'; SELECT * FROM PropertiesAccessBindings where name = 'properties/307712345/accessBindings/1234559643';The rest of the filter is executed client-side in the component.
Columns
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Name [KEY] | String | Resource name of this binding. Format: accounts/{account}/accessBindings/{accessBinding} or properties/{property}/accessBindings/{accessBinding}. | |||
| Parent | String | Name of the Access Binding's logical parent. Format: accounts/{account} or properties/{property}. | |||
| User | String | The email address of the user to set roles for. | |||
| Roles | String | A list of roles to grant to the parent resource. | |||
| PropertyId | Integer | Property ID value to be used when querying this table. |