getCustomer

Returns the requested Customer resource. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer resource doesn't exist. Usually the result of an invalid name parameter. Return value: The Customer resource.

Return

null

Parameters

argument

null


suspend fun getCustomer(accountId: String, channelPartnerLinkId: String, customerId: String): GetCustomerResult

Return

null

Parameters

accountId
channelPartnerLinkId
customerId

See also


suspend fun getCustomer(argument: suspend GetCustomerPlainArgsBuilder.() -> Unit): GetCustomerResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudchannel.v1.kotlin.inputs.GetCustomerPlainArgs.

See also