pulumi-azure-native-kotlin
1.104.0.1
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.
Types
Constructors
Properties
Constructors
List
Web
App
Host
Keys
Result
Link copied to clipboard
fun
ListWebAppHostKeysResult
(
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.