toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.fc.kotlin.inputs
/
V3CustomDomainAuthConfigArgs
V3Custom
Domain
Auth
Config
Args
data
class
V3CustomDomainAuthConfigArgs
(
val
authInfo
:
Output
<
String
>
?
=
null
,
val
authType
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
V3CustomDomainAuthConfigArgs
>
Members
Constructors
V3Custom
Domain
Auth
Config
Args
Link copied to clipboard
constructor
(
authInfo
:
Output
<
String
>
?
=
null
,
authType
:
Output
<
String
>
?
=
null
)
Properties
auth
Info
Link copied to clipboard
val
authInfo
:
Output
<
String
>
?
=
null
Authentication Information
auth
Type
Link copied to clipboard
val
authType
:
Output
<
String
>
?
=
null
Authentication type. anonymous, function, or jwt.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
V3CustomDomainAuthConfigArgs