UserConsentConfigurationArgs

data class UserConsentConfigurationArgs(val allowSupportTelemetryAccess: Output<Boolean>? = null) : ConvertibleToJava<UserConsentConfigurationArgs>

Constructors

Link copied to clipboard
constructor(allowSupportTelemetryAccess: Output<Boolean>? = null)

Properties

Link copied to clipboard

Allow Microsoft to access non-PII telemetry information from the packet core.

Functions

Link copied to clipboard
open override fun toJava(): UserConsentConfigurationArgs