OBSACLUserType Constants Reference
| Declared in | OBSServiceConstDefinition.h | 
|---|
OBSACLUserType
- OBSACLUserType
 
*
- User type
 
*
Definition
typedef NS_ENUM(NSInteger, OBSACLUserType ) {
                            
                               OBSACLUserTypeNULL0,
                            
                               OBSACLUserTypeCanonicalUser,
                            
                               OBSACLUserTypeAuthenticatedUsers,
                            
                               OBSACLUserTypeAllUsers,
                            
                               OBSACLUserTypeLogDelivery,
                            
                            };
                    
                    Constants
OBSACLUserTypeNULL0- 
* Default valueDeclared In
OBSServiceConstDefinition.h. OBSACLUserTypeCanonicalUser- 
* Grants permissions to an OBS user.Declared In
OBSServiceConstDefinition.h. OBSACLUserTypeAuthenticatedUsers- 
* Grants permissions to a user group.Declared In
OBSServiceConstDefinition.h. OBSACLUserTypeAllUsers- 
* Grants permissions to an anonymous user.Declared In
OBSServiceConstDefinition.h. OBSACLUserTypeLogDelivery- 
* Grants permissions to a log delivery group.Declared In
OBSServiceConstDefinition.h. 
Declared In
OBSServiceConstDefinition.h