toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.apimanagement.kotlin.outputs
/
ListGatewayKeysResult
List
Gateway
Keys
Result
data
class
ListGatewayKeysResult
(
val
primary
:
String
?
=
null
,
val
secondary
:
String
?
=
null
)
Gateway authentication keys.
Members
Constructors
List
Gateway
Keys
Result
Link copied to clipboard
constructor
(
primary
:
String
?
=
null
,
secondary
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
primary
Link copied to clipboard
val
primary
:
String
?
=
null
Primary gateway key.
secondary
Link copied to clipboard
val
secondary
:
String
?
=
null
Secondary gateway key.