Device Args
fun DeviceArgs(blocked: Output<Boolean>? = null, config: Output<DeviceConfigArgs>? = null, credentials: Output<List<DeviceCredentialArgs>>? = null, gatewayConfig: Output<GatewayConfigArgs>? = null, id: Output<String>? = null, location: Output<String>? = null, logLevel: Output<DeviceLogLevel>? = null, metadata: Output<Map<String, String>>? = null, name: Output<String>? = null, project: Output<String>? = null, registryId: Output<String>? = null)