toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.eventgrid.kotlin.outputs
/
ListTopicSharedAccessKeysResult
List
Topic
Shared
Access
Keys
Result
data
class
ListTopicSharedAccessKeysResult
(
val
key1
:
String
?
=
null
,
val
key2
:
String
?
=
null
)
Shared access keys of the Topic
Members
Constructors
List
Topic
Shared
Access
Keys
Result
Link copied to clipboard
constructor
(
key1
:
String
?
=
null
,
key2
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key1
Link copied to clipboard
val
key1
:
String
?
=
null
Shared access key1 for the topic.
key2
Link copied to clipboard
val
key2
:
String
?
=
null
Shared access key2 for the topic.