array.dorado¶
api¶
| scopable | False |
| required | True |
| default | None |
| scope order | specific > generic |
The array rest api url.
name¶
| scopable | False |
| required | False |
| default | None |
| scope order | specific > generic |
The name of the array. If not provided, fallback to the section name suffix.
password¶
| scopable | False |
| required | True |
| default | None |
| scope order | specific > generic |
The password to use to log in, expressed as a <path> reference to a secret. The secret must be in the system namespace and must have the password key.
timeout¶
| scopable | False |
| required | False |
| default | 10 |
| scope order | specific > generic |
| convert | duration |
The api request timeout.
username¶
| scopable | False |
| required | True |
| default | None |
| scope order | specific > generic |
The username to use to log in.