Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Channel] Add support for primary_admin_email as customer_identity for ImportCustomer #7727

Merged
merged 2 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading