toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.quantum.kotlin.outputs
/
ApiKeyResponse
Api
Key
Response
data
class
ApiKeyResponse
(
val
createdAt
:
String
?
=
null
,
val
key
:
String
)
Azure quantum workspace Api key details.
Members
Constructors
Api
Key
Response
Link copied to clipboard
constructor
(
createdAt
:
String
?
=
null
,
key
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
?
=
null
The creation time of the api key.
key
Link copied to clipboard
val
key
:
String
The Api key.