toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
RegistryListCredentialsResultResponse
Registry
List
Credentials
Result
Response
data
class
RegistryListCredentialsResultResponse
(
val
location
:
String
,
val
passwords
:
List
<
PasswordResponse
>
?
=
null
,
val
username
:
String
)
Members
Constructors
Registry
List
Credentials
Result
Response
Link copied to clipboard
constructor
(
location
:
String
,
passwords
:
List
<
PasswordResponse
>
?
=
null
,
username
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
location
Link copied to clipboard
val
location
:
String
passwords
Link copied to clipboard
val
passwords
:
List
<
PasswordResponse
>
?
=
null
username
Link copied to clipboard
val
username
:
String