pulumi-azure-native-kotlin
1.104.0.1
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.
Types
Constructors
Properties
Constructors
Web
Service
Keys
Response
Link copied to clipboard
fun
WebServiceKeysResponse
(
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.