VerifiedAccessTrustProviderDeviceOptionsArgs

data class VerifiedAccessTrustProviderDeviceOptionsArgs(val publicSigningKeyUrl: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<VerifiedAccessTrustProviderDeviceOptionsArgs>

The options for device identity based trust providers.

Constructors

constructor(publicSigningKeyUrl: Output<String>? = null, tenantId: Output<String>? = null)

Properties

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

URL Verified Access will use to verify authenticity of the device tokens.

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

The ID of the tenant application with the device-identity provider.

Functions

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