Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5739c98

Browse files
committedJan 28, 2025
feat(cloudidentity): update the api
#### cloudidentity:v1beta1 The following keys were added: - resources.orgUnits.resources.memberships.methods.list.scopes (Total Keys: 1) - resources.orgUnits.resources.memberships.methods.move.scopes (Total Keys: 1)
1 parent 01dff3e commit 5739c98

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed
 

‎docs/dyn/cloudidentity_v1.policies.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130130
<pre>List Policies
131131

132132
Args:
133-
filter: string, Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.name = &#x27;settings/gmail.*&#x27; Policies can be filtered by setting type with this expression: setting.name = &#x27;*.service_status&#x27; A maximum of one of the above setting.name clauses can be used. Policies can be filtered by customer with this expression: customer = &quot;customers/{customer}&quot; Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&amp;&amp;` operator.
133+
filter: string, Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches(&#x27;^settings/gmail\\..*$&#x27;) Policies can be filtered by setting type with this expression: setting.type.matches(&#x27;^.*\\.service_status$&#x27;) A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == &quot;customers/{customer}&quot; Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&amp;&amp;` operator.
134134
pageSize: integer, Optional. The maximum number of results to return. The service can return fewer than this number. If omitted or set to 0, the default is 50 results per page. The maximum allowed value is 100. `page_size` values greater than 100 default to 100.
135135
pageToken: string, Optional. The pagination token received from a prior call to PoliciesService.ListPolicies to retrieve the next page of results. When paginating, all other parameters provided to `ListPoliciesRequest` must match the call that provided the page token.
136136
x__xgafv: string, V1 error format.

‎docs/dyn/cloudidentity_v1beta1.policies.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130130
<pre>List Policies
131131

132132
Args:
133-
filter: string, Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.name = &#x27;settings/gmail.*&#x27; Policies can be filtered by setting type with this expression: setting.name = &#x27;*.service_status&#x27; A maximum of one of the above setting.name clauses can be used. Policies can be filtered by customer with this expression: customer = &quot;customers/{customer}&quot; Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&amp;&amp;` operator.
133+
filter: string, Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches(&#x27;^settings/gmail\\..*$&#x27;) Policies can be filtered by setting type with this expression: setting.type.matches(&#x27;^.*\\.service_status$&#x27;) A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == &quot;customers/{customer}&quot; Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&amp;&amp;` operator.
134134
pageSize: integer, Optional. The maximum number of results to return. The service can return fewer than this number. If omitted or set to 0, the default is 50 results per page. The maximum allowed value is 100. `page_size` values greater than 100 default to 100.
135135
pageToken: string, Optional. The pagination token received from a prior call to PoliciesService.ListPolicies to retrieve the next page of results. When paginating, all other parameters provided to `ListPoliciesRequest` must match the call that provided the page token.
136136
x__xgafv: string, V1 error format.

‎googleapiclient/discovery_cache/documents/cloudidentity.v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@
20572057
"parameterOrder": [],
20582058
"parameters": {
20592059
"filter": {
2060-
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.name = 'settings/gmail.*' Policies can be filtered by setting type with this expression: setting.name = '*.service_status' A maximum of one of the above setting.name clauses can be used. Policies can be filtered by customer with this expression: customer = \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&&` operator.",
2060+
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches('^settings/gmail\\\\..*$') Policies can be filtered by setting type with this expression: setting.type.matches('^.*\\\\.service_status$') A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&&` operator.",
20612061
"location": "query",
20622062
"type": "string"
20632063
},
@@ -2085,7 +2085,7 @@
20852085
}
20862086
}
20872087
},
2088-
"revision": "20241208",
2088+
"revision": "20250121",
20892089
"rootUrl": "https://cloudidentity.googleapis.com/",
20902090
"schemas": {
20912091
"AddIdpCredentialOperationMetadata": {

‎googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

+17-4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly": {
2424
"description": "See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
2525
},
26+
"https://www.googleapis.com/auth/cloud-identity.orgunits": {
27+
"description": "List, Move orgmembers of an OrgUnit in your Cloud Identity Organization."
28+
},
29+
"https://www.googleapis.com/auth/cloud-identity.orgunits.readonly": {
30+
"description": "List org members of an OrgUnit in your Cloud Identity Organization."
31+
},
2632
"https://www.googleapis.com/auth/cloud-identity.policies": {
2733
"description": "See and edit policies in your Cloud Identity Organization."
2834
},
@@ -2015,7 +2021,11 @@
20152021
"path": "v1beta1/{+parent}/memberships",
20162022
"response": {
20172023
"$ref": "ListOrgMembershipsResponse"
2018-
}
2024+
},
2025+
"scopes": [
2026+
"https://www.googleapis.com/auth/cloud-identity.orgunits",
2027+
"https://www.googleapis.com/auth/cloud-identity.orgunits.readonly"
2028+
]
20192029
},
20202030
"move": {
20212031
"description": "Move an OrgMembership to a new OrgUnit. NOTE: This is an atomic copy-and-delete. The resource will have a new copy under the destination OrgUnit and be deleted from the source OrgUnit. The resource can only be searched under the destination OrgUnit afterwards.",
@@ -2040,7 +2050,10 @@
20402050
},
20412051
"response": {
20422052
"$ref": "Operation"
2043-
}
2053+
},
2054+
"scopes": [
2055+
"https://www.googleapis.com/auth/cloud-identity.orgunits"
2056+
]
20442057
}
20452058
}
20462059
}
@@ -2082,7 +2095,7 @@
20822095
"parameterOrder": [],
20832096
"parameters": {
20842097
"filter": {
2085-
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.name = 'settings/gmail.*' Policies can be filtered by setting type with this expression: setting.name = '*.service_status' A maximum of one of the above setting.name clauses can be used. Policies can be filtered by customer with this expression: customer = \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&&` operator.",
2098+
"description": "Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches('^settings/gmail\\\\..*$') Policies can be filtered by setting type with this expression: setting.type.matches('^.*\\\\.service_status$') A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == \"customers/{customer}\" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&&` operator.",
20862099
"location": "query",
20872100
"type": "string"
20882101
},
@@ -2110,7 +2123,7 @@
21102123
}
21112124
}
21122125
},
2113-
"revision": "20250107",
2126+
"revision": "20250121",
21142127
"rootUrl": "https://cloudidentity.googleapis.com/",
21152128
"schemas": {
21162129
"AddIdpCredentialOperationMetadata": {

0 commit comments

Comments
 (0)
Please sign in to comment.