pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.inputs
/
TrustProviderOidcOptionsArgs
/
TrustProviderOidcOptionsArgs
Trust
Provider
Oidc
Options
Args
fun
TrustProviderOidcOptionsArgs
(
authorizationEndpoint
:
Output
<
String
>
?
=
null
,
clientId
:
Output
<
String
>
?
=
null
,
clientSecret
:
Output
<
String
>
,
issuer
:
Output
<
String
>
?
=
null
,
scope
:
Output
<
String
>
?
=
null
,
tokenEndpoint
:
Output
<
String
>
?
=
null
,
userInfoEndpoint
:
Output
<
String
>
?
=
null
)