Skip to content

Commit befe5be

Browse files
feat(cloudidentity): update the api
#### cloudidentity:v1 The following keys were changed: - resources.inboundSamlSsoProfiles.methods.create.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.delete.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.get.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.list.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.patch.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.add.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.delete.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.get.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.list.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.create.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.delete.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.get.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.list.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.patch.scopes (Total Keys: 1) #### cloudidentity:v1beta1 The following keys were added: - resources.policies.methods.get.scopes (Total Keys: 1) - resources.policies.methods.list.scopes (Total Keys: 1) The following keys were changed: - resources.inboundSamlSsoProfiles.methods.create.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.delete.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.get.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.list.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.methods.patch.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.add.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.delete.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.get.scopes (Total Keys: 1) - resources.inboundSamlSsoProfiles.resources.idpCredentials.methods.list.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.create.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.delete.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.get.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.list.scopes (Total Keys: 1) - resources.inboundSsoAssignments.methods.patch.scopes (Total Keys: 1)
1 parent 689741c commit befe5be

File tree

3 files changed

+73
-7
lines changed

3 files changed

+73
-7
lines changed

docs/dyn/cloudidentity_v1beta1.policies.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>Method Details</h3>
113113
&quot;group&quot;: &quot;A String&quot;, # Immutable. The group that the query applies to. This field is only set if there is a single value for group that satisfies all clauses of the query. If no group applies, this will be the empty string.
114114
&quot;orgUnit&quot;: &quot;A String&quot;, # Required. Immutable. Non-empty default. The OrgUnit the query applies to. This field is only set if there is a single value for org_unit that satisfies all clauses of the query.
115115
&quot;query&quot;: &quot;A String&quot;, # Immutable. The CEL query that defines which entities the Policy applies to (ex. a User entity). For details about CEL see https://opensource.google.com/projects/cel. The OrgUnits the Policy applies to are represented by a clause like so: entity.org_units.exists(org_unit, org_unit.org_unit_id == orgUnitId(&#x27;{orgUnitId}&#x27;)) The Group the Policy applies to are represented by a clause like so: entity.groups.exists(group, group.group_id == groupId(&#x27;{groupId}&#x27;)) The Licenses the Policy applies to are represented by a clause like so: entity.licenses.exists(license, license in [&#x27;/product/{productId}/sku/{skuId}&#x27;]) The above clauses can be present in any combination, and used in conjunction with the &amp;&amp;, || and ! operators. The org_unit and group fields below are helper fields that contain the corresponding value(s) as the query to make the query easier to use.
116-
&quot;sortOrder&quot;: 3.14, # Output only. The decimal sort order of this PolicyQuery. The value is relative to all other policies with the same setting type within the whole customer. (there are no duplicates within this set).
116+
&quot;sortOrder&quot;: 3.14, # Output only. The decimal sort order of this PolicyQuery. The value is relative to all other policies with the same setting type within the whole customer. (There are no duplicates within this set.)
117117
},
118118
&quot;setting&quot;: { # Setting # Required. The Setting configured by this Policy.
119119
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The type of the Setting. .
@@ -151,7 +151,7 @@ <h3>Method Details</h3>
151151
&quot;group&quot;: &quot;A String&quot;, # Immutable. The group that the query applies to. This field is only set if there is a single value for group that satisfies all clauses of the query. If no group applies, this will be the empty string.
152152
&quot;orgUnit&quot;: &quot;A String&quot;, # Required. Immutable. Non-empty default. The OrgUnit the query applies to. This field is only set if there is a single value for org_unit that satisfies all clauses of the query.
153153
&quot;query&quot;: &quot;A String&quot;, # Immutable. The CEL query that defines which entities the Policy applies to (ex. a User entity). For details about CEL see https://opensource.google.com/projects/cel. The OrgUnits the Policy applies to are represented by a clause like so: entity.org_units.exists(org_unit, org_unit.org_unit_id == orgUnitId(&#x27;{orgUnitId}&#x27;)) The Group the Policy applies to are represented by a clause like so: entity.groups.exists(group, group.group_id == groupId(&#x27;{groupId}&#x27;)) The Licenses the Policy applies to are represented by a clause like so: entity.licenses.exists(license, license in [&#x27;/product/{productId}/sku/{skuId}&#x27;]) The above clauses can be present in any combination, and used in conjunction with the &amp;&amp;, || and ! operators. The org_unit and group fields below are helper fields that contain the corresponding value(s) as the query to make the query easier to use.
154-
&quot;sortOrder&quot;: 3.14, # Output only. The decimal sort order of this PolicyQuery. The value is relative to all other policies with the same setting type within the whole customer. (there are no duplicates within this set).
154+
&quot;sortOrder&quot;: 3.14, # Output only. The decimal sort order of this PolicyQuery. The value is relative to all other policies with the same setting type within the whole customer. (There are no duplicates within this set.)
155155
},
156156
&quot;setting&quot;: { # Setting # Required. The Setting configured by this Policy.
157157
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The type of the Setting. .

googleapiclient/discovery_cache/documents/cloudidentity.v1.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"https://www.googleapis.com/auth/cloud-identity.groups.readonly": {
1818
"description": "See any Cloud Identity Groups that you can access, including group members and their emails"
1919
},
20+
"https://www.googleapis.com/auth/cloud-identity.inboundsso": {
21+
"description": "See and edit all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
22+
},
23+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly": {
24+
"description": "See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
25+
},
2026
"https://www.googleapis.com/auth/cloud-platform": {
2127
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
2228
}
@@ -1610,6 +1616,7 @@
16101616
"$ref": "Operation"
16111617
},
16121618
"scopes": [
1619+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
16131620
"https://www.googleapis.com/auth/cloud-platform"
16141621
]
16151622
},
@@ -1635,6 +1642,7 @@
16351642
"$ref": "Operation"
16361643
},
16371644
"scopes": [
1645+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
16381646
"https://www.googleapis.com/auth/cloud-platform"
16391647
]
16401648
},
@@ -1660,6 +1668,8 @@
16601668
"$ref": "InboundSamlSsoProfile"
16611669
},
16621670
"scopes": [
1671+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1672+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
16631673
"https://www.googleapis.com/auth/cloud-platform"
16641674
]
16651675
},
@@ -1692,6 +1702,8 @@
16921702
"$ref": "ListInboundSamlSsoProfilesResponse"
16931703
},
16941704
"scopes": [
1705+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1706+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
16951707
"https://www.googleapis.com/auth/cloud-platform"
16961708
]
16971709
},
@@ -1726,6 +1738,7 @@
17261738
"$ref": "Operation"
17271739
},
17281740
"scopes": [
1741+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
17291742
"https://www.googleapis.com/auth/cloud-platform"
17301743
]
17311744
}
@@ -1758,6 +1771,7 @@
17581771
"$ref": "Operation"
17591772
},
17601773
"scopes": [
1774+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
17611775
"https://www.googleapis.com/auth/cloud-platform"
17621776
]
17631777
},
@@ -1783,6 +1797,7 @@
17831797
"$ref": "Operation"
17841798
},
17851799
"scopes": [
1800+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
17861801
"https://www.googleapis.com/auth/cloud-platform"
17871802
]
17881803
},
@@ -1808,6 +1823,8 @@
18081823
"$ref": "IdpCredential"
18091824
},
18101825
"scopes": [
1826+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1827+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
18111828
"https://www.googleapis.com/auth/cloud-platform"
18121829
]
18131830
},
@@ -1844,6 +1861,8 @@
18441861
"$ref": "ListIdpCredentialsResponse"
18451862
},
18461863
"scopes": [
1864+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1865+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
18471866
"https://www.googleapis.com/auth/cloud-platform"
18481867
]
18491868
}
@@ -1868,6 +1887,7 @@
18681887
"$ref": "Operation"
18691888
},
18701889
"scopes": [
1890+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
18711891
"https://www.googleapis.com/auth/cloud-platform"
18721892
]
18731893
},
@@ -1893,6 +1913,7 @@
18931913
"$ref": "Operation"
18941914
},
18951915
"scopes": [
1916+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
18961917
"https://www.googleapis.com/auth/cloud-platform"
18971918
]
18981919
},
@@ -1918,6 +1939,8 @@
19181939
"$ref": "InboundSsoAssignment"
19191940
},
19201941
"scopes": [
1942+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1943+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
19211944
"https://www.googleapis.com/auth/cloud-platform"
19221945
]
19231946
},
@@ -1950,6 +1973,8 @@
19501973
"$ref": "ListInboundSsoAssignmentsResponse"
19511974
},
19521975
"scopes": [
1976+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1977+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
19531978
"https://www.googleapis.com/auth/cloud-platform"
19541979
]
19551980
},
@@ -1984,13 +2009,14 @@
19842009
"$ref": "Operation"
19852010
},
19862011
"scopes": [
2012+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
19872013
"https://www.googleapis.com/auth/cloud-platform"
19882014
]
19892015
}
19902016
}
19912017
}
19922018
},
1993-
"revision": "20241010",
2019+
"revision": "20241119",
19942020
"rootUrl": "https://cloudidentity.googleapis.com/",
19952021
"schemas": {
19962022
"AddIdpCredentialOperationMetadata": {

googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
"https://www.googleapis.com/auth/cloud-identity.groups.readonly": {
1818
"description": "See any Cloud Identity Groups that you can access, including group members and their emails"
1919
},
20+
"https://www.googleapis.com/auth/cloud-identity.inboundsso": {
21+
"description": "See and edit all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
22+
},
23+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly": {
24+
"description": "See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
25+
},
26+
"https://www.googleapis.com/auth/cloud-identity.policies": {
27+
"description": "See and edit policies in your Cloud Identity Organization."
28+
},
29+
"https://www.googleapis.com/auth/cloud-identity.policies.readonly": {
30+
"description": "See policies in your Cloud Identity Organization."
31+
},
2032
"https://www.googleapis.com/auth/cloud-platform": {
2133
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
2234
}
@@ -1559,6 +1571,7 @@
15591571
"$ref": "Operation"
15601572
},
15611573
"scopes": [
1574+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
15621575
"https://www.googleapis.com/auth/cloud-platform"
15631576
]
15641577
},
@@ -1584,6 +1597,7 @@
15841597
"$ref": "Operation"
15851598
},
15861599
"scopes": [
1600+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
15871601
"https://www.googleapis.com/auth/cloud-platform"
15881602
]
15891603
},
@@ -1609,6 +1623,8 @@
16091623
"$ref": "InboundSamlSsoProfile"
16101624
},
16111625
"scopes": [
1626+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1627+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
16121628
"https://www.googleapis.com/auth/cloud-platform"
16131629
]
16141630
},
@@ -1641,6 +1657,8 @@
16411657
"$ref": "ListInboundSamlSsoProfilesResponse"
16421658
},
16431659
"scopes": [
1660+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1661+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
16441662
"https://www.googleapis.com/auth/cloud-platform"
16451663
]
16461664
},
@@ -1675,6 +1693,7 @@
16751693
"$ref": "Operation"
16761694
},
16771695
"scopes": [
1696+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
16781697
"https://www.googleapis.com/auth/cloud-platform"
16791698
]
16801699
}
@@ -1707,6 +1726,7 @@
17071726
"$ref": "Operation"
17081727
},
17091728
"scopes": [
1729+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
17101730
"https://www.googleapis.com/auth/cloud-platform"
17111731
]
17121732
},
@@ -1732,6 +1752,7 @@
17321752
"$ref": "Operation"
17331753
},
17341754
"scopes": [
1755+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
17351756
"https://www.googleapis.com/auth/cloud-platform"
17361757
]
17371758
},
@@ -1757,6 +1778,8 @@
17571778
"$ref": "IdpCredential"
17581779
},
17591780
"scopes": [
1781+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1782+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
17601783
"https://www.googleapis.com/auth/cloud-platform"
17611784
]
17621785
},
@@ -1793,6 +1816,8 @@
17931816
"$ref": "ListIdpCredentialsResponse"
17941817
},
17951818
"scopes": [
1819+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1820+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
17961821
"https://www.googleapis.com/auth/cloud-platform"
17971822
]
17981823
}
@@ -1817,6 +1842,7 @@
18171842
"$ref": "Operation"
18181843
},
18191844
"scopes": [
1845+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
18201846
"https://www.googleapis.com/auth/cloud-platform"
18211847
]
18221848
},
@@ -1842,6 +1868,7 @@
18421868
"$ref": "Operation"
18431869
},
18441870
"scopes": [
1871+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
18451872
"https://www.googleapis.com/auth/cloud-platform"
18461873
]
18471874
},
@@ -1867,6 +1894,8 @@
18671894
"$ref": "InboundSsoAssignment"
18681895
},
18691896
"scopes": [
1897+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1898+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
18701899
"https://www.googleapis.com/auth/cloud-platform"
18711900
]
18721901
},
@@ -1899,6 +1928,8 @@
18991928
"$ref": "ListInboundSsoAssignmentsResponse"
19001929
},
19011930
"scopes": [
1931+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
1932+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
19021933
"https://www.googleapis.com/auth/cloud-platform"
19031934
]
19041935
},
@@ -1933,6 +1964,7 @@
19331964
"$ref": "Operation"
19341965
},
19351966
"scopes": [
1967+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
19361968
"https://www.googleapis.com/auth/cloud-platform"
19371969
]
19381970
}
@@ -2036,7 +2068,11 @@
20362068
"path": "v1beta1/{+name}",
20372069
"response": {
20382070
"$ref": "Policy"
2039-
}
2071+
},
2072+
"scopes": [
2073+
"https://www.googleapis.com/auth/cloud-identity.policies",
2074+
"https://www.googleapis.com/auth/cloud-identity.policies.readonly"
2075+
]
20402076
},
20412077
"list": {
20422078
"description": "List Policies",
@@ -2065,12 +2101,16 @@
20652101
"path": "v1beta1/policies",
20662102
"response": {
20672103
"$ref": "ListPoliciesResponse"
2068-
}
2104+
},
2105+
"scopes": [
2106+
"https://www.googleapis.com/auth/cloud-identity.policies",
2107+
"https://www.googleapis.com/auth/cloud-identity.policies.readonly"
2108+
]
20692109
}
20702110
}
20712111
}
20722112
},
2073-
"revision": "20241021",
2113+
"revision": "20241119",
20742114
"rootUrl": "https://cloudidentity.googleapis.com/",
20752115
"schemas": {
20762116
"AddIdpCredentialOperationMetadata": {
@@ -4934,7 +4974,7 @@
49344974
"type": "string"
49354975
},
49364976
"sortOrder": {
4937-
"description": "Output only. The decimal sort order of this PolicyQuery. The value is relative to all other policies with the same setting type within the whole customer. (there are no duplicates within this set).",
4977+
"description": "Output only. The decimal sort order of this PolicyQuery. The value is relative to all other policies with the same setting type within the whole customer. (There are no duplicates within this set.)",
49384978
"format": "double",
49394979
"readOnly": true,
49404980
"type": "number"

0 commit comments

Comments
 (0)