Skip to content

Commit

Permalink
feat(cloudidentity): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Nov 26, 2024
1 parent 689741c commit befe5be
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/dyn/cloudidentity_v1beta1.policies.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3>Method Details</h3>
&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.
&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.
&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.
&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).
&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.)
},
&quot;setting&quot;: { # Setting # Required. The Setting configured by this Policy.
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The type of the Setting. .
Expand Down Expand Up @@ -151,7 +151,7 @@ <h3>Method Details</h3>
&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.
&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.
&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.
&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).
&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.)
},
&quot;setting&quot;: { # Setting # Required. The Setting configured by this Policy.
&quot;type&quot;: &quot;A String&quot;, # Required. Immutable. The type of the Setting. .
Expand Down
28 changes: 27 additions & 1 deletion googleapiclient/discovery_cache/documents/cloudidentity.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"https://www.googleapis.com/auth/cloud-identity.groups.readonly": {
"description": "See any Cloud Identity Groups that you can access, including group members and their emails"
},
"https://www.googleapis.com/auth/cloud-identity.inboundsso": {
"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."
},
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly": {
"description": "See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
},
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
}
Expand Down Expand Up @@ -1610,6 +1616,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1635,6 +1642,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1660,6 +1668,8 @@
"$ref": "InboundSamlSsoProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1692,6 +1702,8 @@
"$ref": "ListInboundSamlSsoProfilesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1726,6 +1738,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
}
Expand Down Expand Up @@ -1758,6 +1771,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1783,6 +1797,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1808,6 +1823,8 @@
"$ref": "IdpCredential"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1844,6 +1861,8 @@
"$ref": "ListIdpCredentialsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
}
Expand All @@ -1868,6 +1887,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1893,6 +1913,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1918,6 +1939,8 @@
"$ref": "InboundSsoAssignment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1950,6 +1973,8 @@
"$ref": "ListInboundSsoAssignmentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1984,13 +2009,14 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
},
"revision": "20241010",
"revision": "20241119",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
"https://www.googleapis.com/auth/cloud-identity.groups.readonly": {
"description": "See any Cloud Identity Groups that you can access, including group members and their emails"
},
"https://www.googleapis.com/auth/cloud-identity.inboundsso": {
"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."
},
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly": {
"description": "See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization."
},
"https://www.googleapis.com/auth/cloud-identity.policies": {
"description": "See and edit policies in your Cloud Identity Organization."
},
"https://www.googleapis.com/auth/cloud-identity.policies.readonly": {
"description": "See policies in your Cloud Identity Organization."
},
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
}
Expand Down Expand Up @@ -1559,6 +1571,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1584,6 +1597,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1609,6 +1623,8 @@
"$ref": "InboundSamlSsoProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1641,6 +1657,8 @@
"$ref": "ListInboundSamlSsoProfilesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1675,6 +1693,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
}
Expand Down Expand Up @@ -1707,6 +1726,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1732,6 +1752,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1757,6 +1778,8 @@
"$ref": "IdpCredential"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1793,6 +1816,8 @@
"$ref": "ListIdpCredentialsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
}
Expand All @@ -1817,6 +1842,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1842,6 +1868,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand All @@ -1867,6 +1894,8 @@
"$ref": "InboundSsoAssignment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1899,6 +1928,8 @@
"$ref": "ListInboundSsoAssignmentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
Expand Down Expand Up @@ -1933,6 +1964,7 @@
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
"https://www.googleapis.com/auth/cloud-platform"
]
}
Expand Down Expand Up @@ -2036,7 +2068,11 @@
"path": "v1beta1/{+name}",
"response": {
"$ref": "Policy"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.policies",
"https://www.googleapis.com/auth/cloud-identity.policies.readonly"
]
},
"list": {
"description": "List Policies",
Expand Down Expand Up @@ -2065,12 +2101,16 @@
"path": "v1beta1/policies",
"response": {
"$ref": "ListPoliciesResponse"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.policies",
"https://www.googleapis.com/auth/cloud-identity.policies.readonly"
]
}
}
}
},
"revision": "20241021",
"revision": "20241119",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -4934,7 +4974,7 @@
"type": "string"
},
"sortOrder": {
"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).",
"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.)",
"format": "double",
"readOnly": true,
"type": "number"
Expand Down

0 comments on commit befe5be

Please sign in to comment.