The authorization key parameters.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The authorization key name. | |
| value | String | The authorization key value. | |
| title | String | The authorization key title. | [optional] |
| type | String | The field type: text, password, select, toggle. | [optional] |
| options | List<String> | The list of options for select type fields. | [optional] |
| dependsOn | String | The name of another key this field depends on for visibility. | [optional] |
| dependsOnValue | String | The value of ASC.Web.Studio.UserControls.Management.AuthKey.DependsOn key that makes this field visible. | [optional] |