{% extends 'base.html' %} {% load bootstrap %} {% block content %}

Workspace ONE instance {{ object }}

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
OAuth 2.0 client ID {{ object.client_id }}
OAuth 2.0 client secret
OAuth 2.0 token URL {{ object.token_url }}
Event notifications
URL {{ object.get_event_notifications_full_url }}
Username {{ object.username }}
Password
Options
Excluded groups {{ object.excluded_groups|join:", "|default:"-" }}
Version
{{ object.version }}
Created at
{{ object.created_at }}
Updated at
{{ object.updated_at }}
{% if perms.wsone.change_instance %} Update {% endif %} {% if perms.wsone.delete_instance %} Delete {% endif %} {% if show_events_link %} Events {% endif %} {% for link, anchor_text in store_links %} {{ anchor_text }} {% endfor %}
{% endblock %} {% block extrajs %} {% endblock %}