VerifiedAccessInstanceVerifiedAccessTrustProvider

data class VerifiedAccessInstanceVerifiedAccessTrustProvider(val description: String? = null, val deviceTrustProviderType: String? = null, val trustProviderType: String? = null, val userTrustProviderType: String? = null, val verifiedAccessTrustProviderId: String? = null)

A Verified Access Trust Provider.

Constructors

constructor(description: String? = null, deviceTrustProviderType: String? = null, trustProviderType: String? = null, userTrustProviderType: String? = null, verifiedAccessTrustProviderId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of trust provider.

Link copied to clipboard

The type of device-based trust provider.

Link copied to clipboard

The type of trust provider (user- or device-based).

Link copied to clipboard

The type of user-based trust provider.

Link copied to clipboard

The ID of the trust provider.