diff --git a/docs/dyn/reseller_v1.customers.html b/docs/dyn/reseller_v1.customers.html index 5fb70511fda..ccfb5e46416 100644 --- a/docs/dyn/reseller_v1.customers.html +++ b/docs/dyn/reseller_v1.customers.html @@ -114,6 +114,7 @@

Method Details

"customerDomain": "A String", # The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer. "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified. "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. + "customerType": "A String", # The type of the customer (DOMAIN or TEAM), default is DOMAIN. "kind": "reseller#customer", # Identifies the resource as a customer. Value: `reseller#customer` "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid. "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters. @@ -128,6 +129,9 @@

Method Details

"postalCode": "A String", # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer. "region": "A String", # An example of a `region` value is `CA` for the state of California. }, + "primaryAdmin": { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer. + "primaryEmail": "A String", # Primary admin's domained email This email's domain will be used to create TEAM customer + }, "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. } @@ -145,6 +149,7 @@

Method Details

"customerDomain": "A String", # The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer. "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified. "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. + "customerType": "A String", # The type of the customer (DOMAIN or TEAM), default is DOMAIN. "kind": "reseller#customer", # Identifies the resource as a customer. Value: `reseller#customer` "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid. "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters. @@ -159,6 +164,9 @@

Method Details

"postalCode": "A String", # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer. "region": "A String", # An example of a `region` value is `CA` for the state of California. }, + "primaryAdmin": { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer. + "primaryEmail": "A String", # Primary admin's domained email This email's domain will be used to create TEAM customer + }, "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. } @@ -176,6 +184,7 @@

Method Details

"customerDomain": "A String", # The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer. "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified. "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. + "customerType": "A String", # The type of the customer (DOMAIN or TEAM), default is DOMAIN. "kind": "reseller#customer", # Identifies the resource as a customer. Value: `reseller#customer` "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid. "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters. @@ -190,6 +199,9 @@

Method Details

"postalCode": "A String", # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer. "region": "A String", # An example of a `region` value is `CA` for the state of California. }, + "primaryAdmin": { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer. + "primaryEmail": "A String", # Primary admin's domained email This email's domain will be used to create TEAM customer + }, "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. } @@ -208,6 +220,7 @@

Method Details

"customerDomain": "A String", # The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer. "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified. "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. + "customerType": "A String", # The type of the customer (DOMAIN or TEAM), default is DOMAIN. "kind": "reseller#customer", # Identifies the resource as a customer. Value: `reseller#customer` "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid. "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters. @@ -222,6 +235,9 @@

Method Details

"postalCode": "A String", # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer. "region": "A String", # An example of a `region` value is `CA` for the state of California. }, + "primaryAdmin": { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer. + "primaryEmail": "A String", # Primary admin's domained email This email's domain will be used to create TEAM customer + }, "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. } @@ -238,6 +254,7 @@

Method Details

"customerDomain": "A String", # The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer. "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified. "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. + "customerType": "A String", # The type of the customer (DOMAIN or TEAM), default is DOMAIN. "kind": "reseller#customer", # Identifies the resource as a customer. Value: `reseller#customer` "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid. "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters. @@ -252,6 +269,9 @@

Method Details

"postalCode": "A String", # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer. "region": "A String", # An example of a `region` value is `CA` for the state of California. }, + "primaryAdmin": { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer. + "primaryEmail": "A String", # Primary admin's domained email This email's domain will be used to create TEAM customer + }, "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. } @@ -270,6 +290,7 @@

Method Details

"customerDomain": "A String", # The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer. "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified. "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. + "customerType": "A String", # The type of the customer (DOMAIN or TEAM), default is DOMAIN. "kind": "reseller#customer", # Identifies the resource as a customer. Value: `reseller#customer` "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid. "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters. @@ -284,6 +305,9 @@

Method Details

"postalCode": "A String", # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer. "region": "A String", # An example of a `region` value is `CA` for the state of California. }, + "primaryAdmin": { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer. + "primaryEmail": "A String", # Primary admin's domained email This email's domain will be used to create TEAM customer + }, "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. } @@ -300,6 +324,7 @@

Method Details

"customerDomain": "A String", # The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer. "customerDomainVerified": True or False, # Whether the customer's primary domain has been verified. "customerId": "A String", # This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. + "customerType": "A String", # The type of the customer (DOMAIN or TEAM), default is DOMAIN. "kind": "reseller#customer", # Identifies the resource as a customer. Value: `reseller#customer` "phoneNumber": "A String", # Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid. "postalAddress": { # JSON template for address of a customer. # A customer's address information. Each field has a limit of 255 charcters. @@ -314,6 +339,9 @@

Method Details

"postalCode": "A String", # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer. "region": "A String", # An example of a `region` value is `CA` for the state of California. }, + "primaryAdmin": { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer. + "primaryEmail": "A String", # Primary admin's domained email This email's domain will be used to create TEAM customer + }, "resourceUiUrl": "A String", # URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. } diff --git a/googleapiclient/discovery_cache/documents/reseller.v1.json b/googleapiclient/discovery_cache/documents/reseller.v1.json index c02fa1331aa..a6a4a7dec1b 100644 --- a/googleapiclient/discovery_cache/documents/reseller.v1.json +++ b/googleapiclient/discovery_cache/documents/reseller.v1.json @@ -631,7 +631,7 @@ } } }, - "revision": "20210610", + "revision": "20210623", "rootUrl": "https://reseller.googleapis.com/", "schemas": { "Address": { @@ -730,6 +730,20 @@ "description": "This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.", "type": "string" }, + "customerType": { + "description": "The type of the customer (DOMAIN or TEAM), default is DOMAIN.", + "enum": [ + "CUSTOMER_TYPE_UNSPECIFIED", + "DOMAIN", + "TEAM" + ], + "enumDescriptions": [ + "Customer type not known", + "Domained or domain owning customers", + "Domainless customers" + ], + "type": "string" + }, "kind": { "default": "reseller#customer", "description": "Identifies the resource as a customer. Value: `reseller#customer`", @@ -743,6 +757,10 @@ "$ref": "Address", "description": "A customer's address information. Each field has a limit of 255 charcters." }, + "primaryAdmin": { + "$ref": "PrimaryAdmin", + "description": "The first admin details of the customer, present in case of TEAM customer." + }, "resourceUiUrl": { "description": "URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.", "type": "string" @@ -750,6 +768,17 @@ }, "type": "object" }, + "PrimaryAdmin": { + "description": "JSON template for primary admin in case of TEAM customers", + "id": "PrimaryAdmin", + "properties": { + "primaryEmail": { + "description": "Primary admin's domained email This email's domain will be used to create TEAM customer", + "type": "string" + } + }, + "type": "object" + }, "RenewalSettings": { "description": "JSON template for a subscription renewal settings.", "id": "RenewalSettings",