Skip to content

Commit 0dd01a8

Browse files
feat: Automated regeneration of CloudIdentity client (googleapis#12586)
Auto-created at 2024-11-21 13:16:22 +0000 using the toys pull request generator.
1 parent d4c95b9 commit 0dd01a8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

clients/cloud_identity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_cloud_identity, "~> 0.32"}]
14+
[{:google_api_cloud_identity, "~> 0.33"}]
1515
end
1616
```
1717

clients/cloud_identity/lib/google_api/cloud_identity/v1/connection.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ defmodule GoogleApi.CloudIdentity.V1.Connection do
3939
# See any Cloud Identity Groups that you can access, including group members and their emails
4040
"https://www.googleapis.com/auth/cloud-identity.groups.readonly",
4141

42+
# See and edit all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
43+
"https://www.googleapis.com/auth/cloud-identity.inboundsso",
44+
45+
# See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
46+
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly",
47+
4248
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
4349
"https://www.googleapis.com/auth/cloud-platform"
4450
],

clients/cloud_identity/lib/google_api/cloud_identity/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.CloudIdentity.V1 do
2020
API client metadata for GoogleApi.CloudIdentity.V1.
2121
"""
2222

23-
@discovery_revision "20240924"
23+
@discovery_revision "20241119"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/cloud_identity/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.CloudIdentity.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.32.1"
21+
@version "0.33.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)