pulumi-aws-kotlin
6.2.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.outputs
Package-level
declarations
Types
Types
Trust
Provider
Device
Options
Link copied to clipboard
data
class
TrustProviderDeviceOptions
(
val
tenantId
:
String
?
=
null
)
Trust
Provider
Oidc
Options
Link copied to clipboard
data
class
TrustProviderOidcOptions
(
val
authorizationEndpoint
:
String
?
=
null
,
val
clientId
:
String
?
=
null
,
val
clientSecret
:
String
,
val
issuer
:
String
?
=
null
,
val
scope
:
String
?
=
null
,
val
tokenEndpoint
:
String
?
=
null
,
val
userInfoEndpoint
:
String
?
=
null
)