|
1487 | 1487 | "type": "integer"
|
1488 | 1488 | },
|
1489 | 1489 | "pageToken": {
|
1490 |
| - "description": "The next_page_token value returned from a previous list request, if any", |
| 1490 | + "description": "The `next_page_token` value returned from a previous list request, if any", |
1491 | 1491 | "location": "query",
|
1492 | 1492 | "type": "string"
|
1493 | 1493 | },
|
|
1530 | 1530 | "type": "integer"
|
1531 | 1531 | },
|
1532 | 1532 | "pageToken": {
|
1533 |
| - "description": "The next_page_token value returned from a previous list request, if any.", |
| 1533 | + "description": "The `next_page_token` value returned from a previous list request, if any.", |
1534 | 1534 | "location": "query",
|
1535 | 1535 | "type": "string"
|
1536 | 1536 | },
|
|
1542 | 1542 | "type": "string"
|
1543 | 1543 | },
|
1544 | 1544 | "query": {
|
1545 |
| - "description": "Required. A CEL expression that MUST include member specification AND label(s). This is a `required` field. Users can search on label attributes of groups. CONTAINS match ('in') is supported on labels. Identity-mapped groups are uniquely identified by both a `member_key_id` and a `member_key_namespace`, which requires an additional query input: `member_key_namespace`. Example query: `member_key_id == 'member_key_id_value' \u0026\u0026 in labels` Query may optionally contain equality operators on the parent of the group restricting the search within a particular customer, e.g. `parent == 'customers/{customer_id}'`. The `customer_id` must begin with \"C\" (for example, 'C046psxkn'). This filtering is only supported for Admins with groups read permissons on the input customer. Example query: `member_key_id == 'member_key_id_value' \u0026\u0026 in labels \u0026\u0026 parent == 'customers/C046psxkn'`", |
| 1545 | + "description": "Required. A CEL expression that MUST include member specification AND label(s). This is a `required` field. Users can search on label attributes of groups. CONTAINS match ('in') is supported on labels. Identity-mapped groups are uniquely identified by both a `member_key_id` and a `member_key_namespace`, which requires an additional query input: `member_key_namespace`. Example query: `member_key_id == 'member_key_id_value' \u0026\u0026 in labels` Query may optionally contain equality operators on the parent of the group restricting the search within a particular customer, e.g. `parent == 'customers/{customer_id}'`. The `customer_id` must begin with \"C\" (for example, 'C046psxkn'). This filtering is only supported for Admins with groups read permissions on the input customer. Example query: `member_key_id == 'member_key_id_value' \u0026\u0026 in labels \u0026\u0026 parent == 'customers/C046psxkn'`", |
1546 | 1546 | "location": "query",
|
1547 | 1547 | "type": "string"
|
1548 | 1548 | }
|
|
1573 | 1573 | "type": "integer"
|
1574 | 1574 | },
|
1575 | 1575 | "pageToken": {
|
1576 |
| - "description": "The next_page_token value returned from a previous list request, if any.", |
| 1576 | + "description": "The `next_page_token` value returned from a previous list request, if any.", |
1577 | 1577 | "location": "query",
|
1578 | 1578 | "type": "string"
|
1579 | 1579 | },
|
|
2016 | 2016 | }
|
2017 | 2017 | }
|
2018 | 2018 | },
|
2019 |
| - "revision": "20241119", |
| 2019 | + "revision": "20241126", |
2020 | 2020 | "rootUrl": "https://cloudidentity.googleapis.com/",
|
2021 | 2021 | "schemas": {
|
2022 | 2022 | "AddIdpCredentialOperationMetadata": {
|
|
2939 | 2939 | "type": "string"
|
2940 | 2940 | },
|
2941 | 2941 | "name": {
|
2942 |
| - "description": "Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in format: `devices/{device}`, where device is the unique id assigned to the Device.", |
| 2942 | + "description": "Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in format: `devices/{device}`, where device is the unique id assigned to the Device. Important: Device API scopes require that you use domain-wide delegation to access the API. For more information, see [Set up the Devices API](https://cloud.google.com/identity/docs/how-to/setup-devices).", |
2943 | 2943 | "readOnly": true,
|
2944 | 2944 | "type": "string"
|
2945 | 2945 | },
|
|
3787 | 3787 | "id": "MembershipAdjacencyList",
|
3788 | 3788 | "properties": {
|
3789 | 3789 | "edges": {
|
3790 |
| - "description": "Each edge contains information about the member that belongs to this group. Note: Fields returned here will help identify the specific Membership resource (e.g name, preferred_member_key and role), but may not be a comprehensive list of all fields.", |
| 3790 | + "description": "Each edge contains information about the member that belongs to this group. Note: Fields returned here will help identify the specific Membership resource (e.g `name`, `preferred_member_key` and `role`), but may not be a comprehensive list of all fields.", |
3791 | 3791 | "items": {
|
3792 | 3792 | "$ref": "Membership"
|
3793 | 3793 | },
|
|
0 commit comments