mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
17 lines
840 B
XML
17 lines
840 B
XML
<?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 administrator’s domain.</para></listitem>
|
||
<listitem><para>User. Access to only the features that allow management of the user’s virtual instances, storage, and network.</para></listitem>
|
||
</orderedlist>
|
||
</section>
|
||
|