Skip to content

Commit

Permalink
Regenerate cloudidentity client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Nov 26, 2024
1 parent 0da0923 commit 2915894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CloudIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ class CloudIdentity extends \Google\Service
/** See any Cloud Identity Groups that you can access, including group members and their emails. */
const CLOUD_IDENTITY_GROUPS_READONLY =
"https://www.googleapis.com/auth/cloud-identity.groups.readonly";
/** See and edit all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
const CLOUD_IDENTITY_INBOUNDSSO =
"https://www.googleapis.com/auth/cloud-identity.inboundsso";
/** See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
const CLOUD_IDENTITY_INBOUNDSSO_READONLY =
"https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly";
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
Expand Down

0 comments on commit 2915894

Please sign in to comment.