RegistryListCredentialsResult Klasse
Die Antwort des ListCredentials-Vorgangs.
- Vererbung
-
azure.mgmt.containerregistry._serialization.ModelRegistryListCredentialsResult
Konstruktor
RegistryListCredentialsResult(*, username: str | None = None, passwords: List[_models.RegistryPassword] | None = None, **kwargs: Any)
Variablen
- username
- str
Der Benutzername für eine Containerregistrierung.
- passwords
- list[RegistryPassword]
Die Liste der Kennwörter für eine Containerregistrierung.