QCloudACLGrantee Class Reference

Inherits from NSObject
Declared in QCloudACLGrantee.h
QCloudACLGrantee.m

Overview

说明被授权者的信息。type 类型可以为 RootAccount, Subaccount;当 type 类型为 RootAccount 时 ,ID 中指定的是根帐号;当 type 类型为 Subaccount 时,ID 中指定的是子帐号

  subAccount

子账号

@property (strong, nonatomic) NSString *subAccount

Declared In

QCloudACLGrantee.h

  identifier

ID,格式:qcs::cam::uin/<OwnerUin>:uin/<SubUin> 如果是根帐号,<OwnerUin> 和 <SubUin> 是同一个值

@property (strong, nonatomic) NSString *identifier

Declared In

QCloudACLGrantee.h

  displayName

名称

@property (strong, nonatomic) NSString *displayName

Declared In

QCloudACLGrantee.h

  type

type 类型可以为 RootAccount, Subaccount; 当 type 类型为 RootAccount 时,在 ID 中指定根帐号; 当 type 类型为 Subaccount 时,在 ID 中指定子帐号

@property (assign, nonatomic) QCloudCOSAccountType type

Declared In

QCloudACLGrantee.h

  xmlns

命名空间

@property (strong, nonatomic) NSString *xmlns

Declared In

QCloudACLGrantee.h

  uri

指定所有用户

@property (strong, nonatomic) NSString *uri

Declared In

QCloudACLGrantee.h