toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.outputs
/
ListWebAppHostKeysResult
List
Web
App
Host
Keys
Result
data
class
ListWebAppHostKeysResult
(
val
functionKeys
:
Map
<
String
,
String
>
?
=
null
,
val
masterKey
:
String
?
=
null
,
val
systemKeys
:
Map
<
String
,
String
>
?
=
null
)
Functions host level keys.
Members
Constructors
List
Web
App
Host
Keys
Result
Link copied to clipboard
constructor
(
functionKeys
:
Map
<
String
,
String
>
?
=
null
,
masterKey
:
String
?
=
null
,
systemKeys
:
Map
<
String
,
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
function
Keys
Link copied to clipboard
val
functionKeys
:
Map
<
String
,
String
>
?
=
null
Host level function keys.
master
Key
Link copied to clipboard
val
masterKey
:
String
?
=
null
Secret key.
system
Keys
Link copied to clipboard
val
systemKeys
:
Map
<
String
,
String
>
?
=
null
System keys.