toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.mixedreality.kotlin.outputs
/
ListRemoteRenderingAccountKeysResult
List
Remote
Rendering
Account
Keys
Result
data
class
ListRemoteRenderingAccountKeysResult
(
val
primaryKey
:
String
,
val
secondaryKey
:
String
)
Developer Keys of account
Members
Constructors
List
Remote
Rendering
Account
Keys
Result
Link copied to clipboard
constructor
(
primaryKey
:
String
,
secondaryKey
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
primary
Key
Link copied to clipboard
val
primaryKey
:
String
value of primary key.
secondary
Key
Link copied to clipboard
val
secondaryKey
:
String
value of secondary key.