Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ImportCustomerRequest.
Request message for CloudChannelService.ImportCustomer
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auth_token
def auth_token() -> ::String
Returns
- (::String) — Optional. The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf. You can omit this token after authorization. See https://support.google.com/a/answer/7643790 for more details.
#auth_token=
def auth_token=(value) -> ::String
Parameter
- value (::String) — Optional. The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf. You can omit this token after authorization. See https://support.google.com/a/answer/7643790 for more details.
Returns
- (::String) — Optional. The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf. You can omit this token after authorization. See https://support.google.com/a/answer/7643790 for more details.
#channel_partner_id
def channel_partner_id() -> ::String
Returns
- (::String) — Optional. Cloud Identity ID of a channel partner who will be the direct reseller for the customer's order. This field is required for 2-tier transfer scenarios and can be provided via the request Parent binding as well.
#channel_partner_id=
def channel_partner_id=(value) -> ::String
Parameter
- value (::String) — Optional. Cloud Identity ID of a channel partner who will be the direct reseller for the customer's order. This field is required for 2-tier transfer scenarios and can be provided via the request Parent binding as well.
Returns
- (::String) — Optional. Cloud Identity ID of a channel partner who will be the direct reseller for the customer's order. This field is required for 2-tier transfer scenarios and can be provided via the request Parent binding as well.
#cloud_identity_id
def cloud_identity_id() -> ::String
Returns
- (::String) — Required. Customer's Cloud Identity ID
#cloud_identity_id=
def cloud_identity_id=(value) -> ::String
Parameter
- value (::String) — Required. Customer's Cloud Identity ID
Returns
- (::String) — Required. Customer's Cloud Identity ID
#customer
def customer() -> ::String
Returns
- (::String) — Optional. Specifies the customer that will receive imported Cloud Identity information. Format: accounts/{account_id}/customers/{customer_id}
#customer=
def customer=(value) -> ::String
Parameter
- value (::String) — Optional. Specifies the customer that will receive imported Cloud Identity information. Format: accounts/{account_id}/customers/{customer_id}
Returns
- (::String) — Optional. Specifies the customer that will receive imported Cloud Identity information. Format: accounts/{account_id}/customers/{customer_id}
#domain
def domain() -> ::String
Returns
- (::String) — Required. Customer domain.
#domain=
def domain=(value) -> ::String
Parameter
- value (::String) — Required. Customer domain.
Returns
- (::String) — Required. Customer domain.
#overwrite_if_exists
def overwrite_if_exists() -> ::Boolean
Returns
- (::Boolean) — 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.
#overwrite_if_exists=
def overwrite_if_exists=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the reseller's account. Parent takes the format: accounts/{account_id} or accounts/{account_id}/channelPartnerLinks/{channel_partner_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the reseller's account. Parent takes the format: accounts/{account_id} or accounts/{account_id}/channelPartnerLinks/{channel_partner_id}
Returns
- (::String) — Required. The resource name of the reseller's account. Parent takes the format: accounts/{account_id} or accounts/{account_id}/channelPartnerLinks/{channel_partner_id}