get Entitlement
Returns the requested Entitlement resource. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer entitlement was not found. Return value: The requested Entitlement resource.
Return
null
Parameters
argument
null
suspend fun getEntitlement(accountId: String, customerId: String, entitlementId: String): GetEntitlementResult
Return
null
See also
Parameters
account Id
customer Id
entitlement Id
suspend fun getEntitlement(argument: suspend GetEntitlementPlainArgsBuilder.() -> Unit): GetEntitlementResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.cloudchannel.v1.kotlin.inputs.GetEntitlementPlainArgs.