GetZeroTrustDexTestsResult

data class GetZeroTrustDexTestsResult(val data: GetZeroTrustDexTestsResultData, val description: String, val enabled: Boolean, val interval: String, val name: String, val targetPolicies: List<GetZeroTrustDexTestsResultTargetPolicy>, val targeted: Boolean, val testId: String)

Constructors

Link copied to clipboard
constructor(data: GetZeroTrustDexTestsResultData, description: String, enabled: Boolean, interval: String, name: String, targetPolicies: List<GetZeroTrustDexTestsResultTargetPolicy>, targeted: Boolean, testId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration object which contains the details for the WARP client to conduct the test.

Link copied to clipboard

Additional details about the test.

Link copied to clipboard

Determines whether or not the test is active.

Link copied to clipboard

How often the test will run.

Link copied to clipboard

The name of the DEX test. Must be unique.

Link copied to clipboard
Link copied to clipboard

Device settings profiles targeted by this test

Link copied to clipboard

The unique identifier for the test.