mirror of https://github.com/apache/cloudstack.git
commands.properties: add login,logout,samlsso,samlslo apis
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e6d2b2391b
commit
6016613d5b
|
|
@ -18,6 +18,12 @@
|
|||
### bitmap of permissions at the end of each classname, 1 = ADMIN, 2 = RESOURCE_DOMAIN_ADMIN, 4 = DOMAIN_ADMIN, 8 = USER
|
||||
### Please standardize naming conventions to camel-case (even for acronyms).
|
||||
|
||||
### CloudStack authentication commands
|
||||
login=15
|
||||
logout=15
|
||||
samlsso=15
|
||||
samlslo=15
|
||||
|
||||
### Account commands
|
||||
createAccount=7
|
||||
deleteAccount=7
|
||||
|
|
|
|||
Loading…
Reference in New Issue