ZeroTrustDexTestTargetPolicyArgs

data class ZeroTrustDexTestTargetPolicyArgs(val default: Output<Boolean>? = null, val id: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ZeroTrustDexTestTargetPolicyArgs>

Constructors

Link copied to clipboard
constructor(default: Output<Boolean>? = null, id: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val default: Output<Boolean>? = null

Whether the profile is the account default

Link copied to clipboard
val id: Output<String>? = null

The id of the device settings profile

Link copied to clipboard
val name: Output<String>? = null

The name of the device settings profile

Functions

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