{% extends 'base.html' %} {% load bootstrap %} {% block content %}
| Attribute | Value |
|---|---|
| Business unit | {% if perms.inventory.view_metabusinessunit %} {{ object.business_unit }} {% else %} {{ object.business_unit }} {% endif %} |
| Server URL | {{ object.server_url }} |
API authentication |
|
| API key | {{ object.get_api_key }} |
| OAuth 2.0 client ID | {{ object.client_id }} |
| OAuth 2.0 client secret | {{ object.get_client_secret }} |
| OAuth 2.0 token URL | {{ object.token_url }} |
Event notifications |
|
| URL | {{ object.get_event_notifications_full_url }} |
| Username | {{ object.username }} |
| Password | {{ object.get_password }} |
Options |
|
| Excluded groups | {{ object.excluded_groups|join:", "|default:"-" }} |