toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datamigration.kotlin.outputs
/
ListSqlMigrationServiceAuthKeysResult
List
Sql
Migration
Service
Auth
Keys
Result
data
class
ListSqlMigrationServiceAuthKeysResult
(
val
authKey1
:
String
?
=
null
,
val
authKey2
:
String
?
=
null
)
An authentication key.
Members
Constructors
List
Sql
Migration
Service
Auth
Keys
Result
Link copied to clipboard
constructor
(
authKey1
:
String
?
=
null
,
authKey2
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auth
Key1
Link copied to clipboard
val
authKey1
:
String
?
=
null
The first authentication key.
auth
Key2
Link copied to clipboard
val
authKey2
:
String
?
=
null
The second authentication key.