QCloudFileAutthorityInfo Class Reference

Inherits from NSObject
Declared in QCloudFileAutthorityInfo.h
QCloudFileAutthorityInfo.m

  name

字符串,角色名称

@property (nonatomic, strong) NSString *name

Declared In

QCloudFileAutthorityInfo.h

  tag

整数,权限标签,0 无标签,1 继承标签,2 默认标签

@property (nonatomic, strong) NSString *tag

Declared In

QCloudFileAutthorityInfo.h

  roleId

整数,角色id

@property (nonatomic, strong) NSString *roleId

Declared In

QCloudFileAutthorityInfo.h

  userId

具体授权的用户 ID,当授权给用户时返回整數,授权给团队时返回 null;

@property (nonatomic, strong) NSString *userId

Declared In

QCloudFileAutthorityInfo.h

  user

具体授权的用户信息,仅当授权给用户时返回,非必返;

@property (nonatomic, strong) QCloudSMHTeamMemberInfo *user

Declared In

QCloudFileAutthorityInfo.h

  spaceId

字符串或 null,具体授权的团队空间 ID,当授权给团队时返回字符串,授权给用户时返回 null;

@property (nonatomic, strong) NSString *spaceId

Declared In

QCloudFileAutthorityInfo.h

  team

对象,具体授权的团队信息,仅当授权给团队时返回,非必返;

@property (nonatomic, strong) QCloudSMHTeamInfo *team

Declared In

QCloudFileAutthorityInfo.h