This function retrieves the configuration fields for a external authentication identity provider.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_provider_configuration_fields \ service_name='cpaneld' \ provider_id='cpanelid'
{- "data": {
- "configuration_fields": [
- {
- "description": "The Secret of the Client",
- "display_order": 1,
- "field_id": "client_secret",
- "label": "Client Secret",
- "value": null
}, - {
- "description": "The ID of the Client.",
- "display_order": 0,
- "field_id": "client_id",
- "label": "Client ID",
- "value": null
}
]
}, - "metadata": {
- "command": "get_provider_configuration_fields",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}