QCloudACLGrantee Class Reference
Inherits from | NSObject |
---|---|
Declared in | QCloudACLGrantee.h QCloudACLGrantee.m |
Overview
说明被授权者的信息。type 类型可以为 RootAccount, Subaccount;当 type 类型为 RootAccount 时 ,ID 中指定的是根帐号;当 type 类型为 Subaccount 时,ID 中指定的是子帐号
identifier
ID,格式:qcs::cam::uin/<OwnerUin>:uin/<SubUin> 如果是根帐号,<OwnerUin> 和 <SubUin> 是同一个值
@property (strong, nonatomic) NSString *identifier
Declared In
QCloudACLGrantee.h
type
type 类型可以为 RootAccount, Subaccount; 当 type 类型为 RootAccount 时,在 ID 中指定根帐号; 当 type 类型为 Subaccount 时,在 ID 中指定子帐号
@property (assign, nonatomic) QCloudCOSAccountType type
Declared In
QCloudACLGrantee.h