toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cdn.kotlin.outputs
/
DomainAuthConfig
Domain
Auth
Config
data
class
DomainAuthConfig
(
val
authType
:
String
?
=
null
,
val
masterKey
:
String
?
=
null
,
val
slaveKey
:
String
?
=
null
,
val
timeout
:
Int
?
=
null
)
Members
Constructors
Domain
Auth
Config
Link copied to clipboard
constructor
(
authType
:
String
?
=
null
,
masterKey
:
String
?
=
null
,
slaveKey
:
String
?
=
null
,
timeout
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auth
Type
Link copied to clipboard
val
authType
:
String
?
=
null
master
Key
Link copied to clipboard
val
masterKey
:
String
?
=
null
slave
Key
Link copied to clipboard
val
slaveKey
:
String
?
=
null
timeout
Link copied to clipboard
val
timeout
:
Int
?
=
null