pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerregistry.kotlin.outputs
/
RegistryPasswordResponse
Registry
Password
Response
data
class
RegistryPasswordResponse
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
The login password for the container registry.
Types
Constructors
Properties
Constructors
Registry
Password
Response
Link copied to clipboard
fun
RegistryPasswordResponse
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The password name.
value
Link copied to clipboard
val
value
:
String
?
=
null
The password value.