cloudstack/docs/en-US/roles.xml
2012-07-16 15:43:58 -04:00

17 lines
840 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
%BOOK_ENTITIES;
]>
<section id="roles">
<title>Roles</title>
<para>
The CloudPlatform API supports three access roles:</para>
<orderedlist>
<listitem><para>Root Admin. Access to all features of the cloud, including both virtual and physical resource management.</para></listitem>
<listitem><para>Domain Admin. Access to only the virtual resources of the clouds that belong to the administrators domain.</para></listitem>
<listitem><para>User. Access to only the features that allow management of the users virtual instances, storage, and network.</para></listitem>
</orderedlist>
</section>