getDevice

Retrieves the specified device.

Return

null

Parameters

argument

null


suspend fun getDevice(customer: String? = null, deviceId: String): GetDeviceResult

Return

null

Parameters

customer
deviceId

See also


suspend fun getDevice(argument: suspend GetDevicePlainArgsBuilder.() -> Unit): GetDeviceResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudidentity.v1beta1.kotlin.inputs.GetDevicePlainArgs.

See also