|
2303 | 2303 | }
|
2304 | 2304 | }
|
2305 | 2305 | },
|
2306 |
| - "revision": "20240728", |
| 2306 | + "revision": "20240828", |
2307 | 2307 | "rootUrl": "https://cloudchannel.googleapis.com/",
|
2308 | 2308 | "schemas": {
|
2309 | 2309 | "GoogleCloudChannelV1ActivateEntitlementRequest": {
|
|
2581 | 2581 | "domain": {
|
2582 | 2582 | "description": "Required. Domain to fetch for Cloud Identity account customers, including domained and domainless.",
|
2583 | 2583 | "type": "string"
|
| 2584 | + }, |
| 2585 | + "primaryAdminEmail": { |
| 2586 | + "description": "Optional. Primary admin email to fetch for Cloud Identity account domainless customer.", |
| 2587 | + "type": "string" |
2584 | 2588 | }
|
2585 | 2589 | },
|
2586 | 2590 | "type": "object"
|
|
2603 | 2607 | "description": "Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.",
|
2604 | 2608 | "id": "GoogleCloudChannelV1CloudIdentityCustomerAccount",
|
2605 | 2609 | "properties": {
|
| 2610 | + "channelPartnerCloudIdentityId": { |
| 2611 | + "description": "If existing = true, and is 2-tier customer, the channel partner of the customer.", |
| 2612 | + "type": "string" |
| 2613 | + }, |
2606 | 2614 | "customerCloudIdentityId": {
|
2607 | 2615 | "description": "If existing = true, the Cloud Identity ID of the customer.",
|
2608 | 2616 | "type": "string"
|
|
2611 | 2619 | "description": "If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}",
|
2612 | 2620 | "type": "string"
|
2613 | 2621 | },
|
| 2622 | + "customerType": { |
| 2623 | + "description": "If existing = true, the type of the customer.", |
| 2624 | + "enum": [ |
| 2625 | + "CUSTOMER_TYPE_UNSPECIFIED", |
| 2626 | + "DOMAIN", |
| 2627 | + "TEAM" |
| 2628 | + ], |
| 2629 | + "enumDescriptions": [ |
| 2630 | + "Not used.", |
| 2631 | + "Domain-owning customer which needs domain verification to use services.", |
| 2632 | + "Team customer which needs email verification to use services." |
| 2633 | + ], |
| 2634 | + "type": "string" |
| 2635 | + }, |
2614 | 2636 | "existing": {
|
2615 | 2637 | "description": "Returns true if a Cloud Identity account exists for a specific domain.",
|
2616 | 2638 | "type": "boolean"
|
|
3426 | 3448 | "overwriteIfExists": {
|
3427 | 3449 | "description": "Required. Choose to overwrite an existing customer if found. This must be set to true if there is an existing customer with a conflicting region code or domain.",
|
3428 | 3450 | "type": "boolean"
|
| 3451 | + }, |
| 3452 | + "primaryAdminEmail": { |
| 3453 | + "description": "Optional. Customer's primary admin email.", |
| 3454 | + "type": "string" |
3429 | 3455 | }
|
3430 | 3456 | },
|
3431 | 3457 | "type": "object"
|
|
0 commit comments