OBSAccessControlPolicy Class Reference Inherits from OBSBaseEntity : OBSAbstractModel : OBSMTLModel Declared in OBSServiceCommonEntities.hOBSServiceCommonEntities.m Overview Access control policy Other Methods – initWithOwner: Initialize an ACL sub-class. - (instancetype)initWithOwner:(OBSUser *)owner Parameters owner Owner Return Value ACL Declared In OBSServiceCommonEntities.h Other Methods owner Owner @property (nonatomic, strong, nonnull) OBSUser *owner Declared In OBSServiceCommonEntities.h accessControlList ACL @property (nonatomic, strong, nonnull) NSMutableArray<OBSACLGrant*> *accessControlList Declared In OBSServiceCommonEntities.h