Package-level declarations
Types
Link copied to clipboard
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
class TrustProviderArgsBuilder
Builder for TrustProviderArgs.
Link copied to clipboard
Link copied to clipboard
Builder for TrustProvider.
Functions
Link copied to clipboard
suspend fun trustProvider(name: String, block: suspend TrustProviderResourceBuilder.() -> Unit): TrustProvider