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

{{ object }}

{% if show_events_link %} {% url 'wsone:instance_events' object.pk as url %} {% button 'EVENTS' url %} {% endif %} {% for link, anchor_text in store_links %} {% button 'LINK' link anchor_text %} {% endfor %}

Workspace ONE instance

{% if perms.wsone.change_instance %} {% url 'wsone:update_instance' object.pk as url %} {% button 'UPDATE' url %} {% endif%} {% if perms.wsone.delete_instance %} {% url 'wsone:delete_instance' object.pk as url %} {% button 'DELETE' url %} {% endif%}
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:"-" }}
{% created_updated_at object %}
{% endblock %} {% block extrajs %} {% endblock %}