VerifiedAccessInstanceVerifiedAccessTrustProviderArgs

data class VerifiedAccessInstanceVerifiedAccessTrustProviderArgs(val description: Output<String>? = null, val deviceTrustProviderType: Output<String>? = null, val trustProviderType: Output<String>? = null, val userTrustProviderType: Output<String>? = null, val verifiedAccessTrustProviderId: Output<String>? = null) : ConvertibleToJava<VerifiedAccessInstanceVerifiedAccessTrustProviderArgs>

A Verified Access Trust Provider.

Constructors

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

Properties

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

The description of trust provider.

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

The type of device-based trust provider.

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

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

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

The type of user-based trust provider.

Link copied to clipboard

The ID of the trust provider.

Functions

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