toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearning.kotlin.outputs
/
WebServiceKeysResponse
Web
Service
Keys
Response
data
class
WebServiceKeysResponse
(
val
primary
:
String
?
=
null
,
val
secondary
:
String
?
=
null
)
Access keys for the web service calls.
Members
Constructors
Web
Service
Keys
Response
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
The primary access key.
secondary
Link copied to clipboard
val
secondary
:
String
?
=
null
The secondary access key.