Token Password Response
data class TokenPasswordResponse(val creationTime: String? = null, val expiry: String? = null, val name: String? = null, val value: String)
The password that will be used for authenticating the token of a container registry.