toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.logic.kotlin.outputs
/
ListWorkflowAccessKeySecretKeysResult
List
Workflow
Access
Key
Secret
Keys
Result
data
class
ListWorkflowAccessKeySecretKeysResult
(
val
primarySecretKey
:
String
,
val
secondarySecretKey
:
String
)
Members
Constructors
List
Workflow
Access
Key
Secret
Keys
Result
Link copied to clipboard
constructor
(
primarySecretKey
:
String
,
secondarySecretKey
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
primary
Secret
Key
Link copied to clipboard
val
primarySecretKey
:
String
Gets the primary secret key.
secondary
Secret
Key
Link copied to clipboard
val
secondarySecretKey
:
String
Gets the secondary secret key.