Skip to content

Commit

Permalink
feat: Add support for primary_admin_email as customer_identity for Im…
Browse files Browse the repository at this point in the history
…portCustomer (#7727)

feat: Add support for importing team customer from a different reseller
feat: Add support to look up team customer Cloud Identity information
docs: Clarify the expected value of the domain field for team type customers
PiperOrigin-RevId: 682051698
Source-Link: googleapis/googleapis@b6a27d1
Source-Link: googleapis/googleapis-gen@efd321b
Copy-Tag: eyJwIjoiQ2hhbm5lbC8uT3dsQm90LnlhbWwiLCJoIjoiZWZkMzIxYjY5ZDhlNDAzMmMyNjkwYzE5ZTgxMzFkN2IxNzAyZjk3NyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Oct 5, 2024
1 parent 061fec1 commit aa62991
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 5 deletions.
Binary file modified Channel/metadata/V1/Service.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
*
* @param string $parent The reseller account's resource name.
* Parent uses the format: accounts/{account_id}
* @param string $domain Domain to fetch for Cloud Identity account customer.
* @param string $domain Domain to fetch for Cloud Identity account customers, including
* domain and team customers. For team customers, please use the domain for
* their emails.
*/
function check_cloud_identity_accounts_exist_sample(string $parent, string $domain): void
{
Expand Down
54 changes: 50 additions & 4 deletions Channel/src/V1/CheckCloudIdentityAccountsExistRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions Channel/src/V1/CloudIdentityCustomerAccount.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions Channel/src/V1/ImportCustomerRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa62991

Please sign in to comment.