An authentication request that will be used to get authorized from external repository like cisco.com in order to download the image. This MO creation is a one time configuration before calling firmware.Upgrade API. This MO has to be modified with updated details whenever the user has updated the credentials in external repository.
| Name | Type | Description | Notes |
|---|---|---|---|
| is_password_set | bool | [optional] | |
| is_user_id_set | bool | [optional] | |
| password | str | The password of the given username to download the image from external repository like cisco.com. | [optional] |
| repository_type | str | The repository type to which this authorization will be requested. Cisco is the only available repository today. | [optional] [default to 'cisco'] |
| user_id | str | The username that has permission to download the image from external repository like cisco.com. | [optional] |
| account | IamAccount | [optional] |