Package-level declarations

Types

Link copied to clipboard
class TrustProvider : KotlinCustomResource

Resource for managing a Verified Access Trust Provider.

Link copied to clipboard
data class TrustProviderArgs(val description: Output<String>? = null, val deviceOptions: Output<TrustProviderDeviceOptionsArgs>? = null, val deviceTrustProviderType: Output<String>? = null, val oidcOptions: Output<TrustProviderOidcOptionsArgs>? = null, val policyReferenceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trustProviderType: Output<String>? = null, val userTrustProviderType: Output<String>? = null) : ConvertibleToJava<TrustProviderArgs>

Resource for managing a Verified Access Trust Provider.

Link copied to clipboard
Link copied to clipboard
object TrustProviderMapper : ResourceMapper<TrustProvider>
Link copied to clipboard

Functions

Link copied to clipboard