简体   繁体   English

通过API创建Rackspace Cloudfiles用户

[英]Create Rackspace Cloudfiles user via API

I can't find any reference anywhere on how to create a user via API for Rackspace Cloudfiles. 在如何通过Rackspace Cloudfiles的API创建用户方面,我找不到任何参考。 I take it it is not possible? 我认为这是不可能的吗? Is there any equivalent function to Amazon AIM API? 是否有与Amazon AIM API等效的功能?

It's possible. 这是可能的。

You would need to use the Rackspace Identity Service API . 您将需要使用Rackspace Identity Service API In particular, have a look at the Users resource API . 特别要看一下Users资源API If you want to restrict those users to a product like Cloud Files you'll need to use the Roles resource API . 如果您想限制这些用户使用Cloud Files之类的产品,则需要使用Roles资源API

It will also be helpful to read up on the Rackspace Role Based Access Control . 阅读基于Rackspace基于角色的访问控制也将很有帮助。 You'll need to know the Permissions Matrix for RBAC if you're assigning roles to your users. 如果您要为用户分配角色,则需要了解RBAC权限矩阵

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM