Declared in KiiACLEntry.h

KiiACLAction

This enum represents ACL action.

Definition

typedef NS_ENUM(NSUInteger, KiiACLAction ) {
   KiiACLBucketActionCreateObjects,
   KiiACLBucketActionQueryObjects,
   KiiACLBucketActionDropBucket,
   KiiACLBucketActionReadObjects,
   KiiACLFileActionRead,
   __attribute__,
   (,
   (,
   deprecated,
   (,
   "Use KiiACLObjectActionRead instead.",
   ),
   ),
   ),
   KiiACLFileActionWrite,
   __attribute__,
   (,
   (,
   deprecated,
   (,
   "Use KiiACLObjectActionWrite instead.",
   ),
   ),
   ),
   KiiACLObjectActionRead,
   KiiACLObjectActionWrite,
   KiiACLTopicActionSubscribe,
   KiiACLTopicActionSend,
};

Constants

KiiACLBucketActionCreateObjects

Action of create object in the bucket.

Declared In KiiACLEntry.h.

KiiACLBucketActionQueryObjects

Action of query object in the bucket.

Declared In KiiACLEntry.h.

KiiACLBucketActionDropBucket

Action of drop the bucket. It will also remove all contents in the bucket.

Declared In KiiACLEntry.h.

KiiACLBucketActionReadObjects

If this Action is granted, subject can READ the objects stored in the bucket. When it’s dropped, subject can only READ the objects that has ACL entry allows subject to READ (KiiACLObjectActionRead).

Declared In KiiACLEntry.h.

KiiACLFileActionRead

Action of read file in the bucket. (Deprecated: This enum is deprecated. Use KiiACLObjectActionRead instead. )

Declared In KiiACLEntry.h.

__attribute__

This enum represents ACL action.

Declared In KiiACLEntry.h.

(

This enum represents ACL action.

Declared In KiiACLEntry.h.

(

This enum represents ACL action.

Declared In KiiACLEntry.h.

deprecated

This enum represents ACL action.

Declared In KiiACLEntry.h.

(

This enum represents ACL action.

Declared In KiiACLEntry.h.

"Use KiiACLObjectActionRead instead."

This enum represents ACL action.

Declared In KiiACLEntry.h.

)

This enum represents ACL action.

Declared In KiiACLEntry.h.

)

This enum represents ACL action.

Declared In KiiACLEntry.h.

)

This enum represents ACL action.

Declared In KiiACLEntry.h.

KiiACLFileActionWrite

Action of modify, delete file in the bucket. (Deprecated: This enum is deprecated. Use KiiACLObjectActionWrite instead. )

Declared In KiiACLEntry.h.

__attribute__

This enum represents ACL action.

Declared In KiiACLEntry.h.

(

This enum represents ACL action.

Declared In KiiACLEntry.h.

(

This enum represents ACL action.

Declared In KiiACLEntry.h.

deprecated

This enum represents ACL action.

Declared In KiiACLEntry.h.

(

This enum represents ACL action.

Declared In KiiACLEntry.h.

"Use KiiACLObjectActionWrite instead."

This enum represents ACL action.

Declared In KiiACLEntry.h.

)

This enum represents ACL action.

Declared In KiiACLEntry.h.

)

This enum represents ACL action.

Declared In KiiACLEntry.h.

)

This enum represents ACL action.

Declared In KiiACLEntry.h.

KiiACLObjectActionRead

Action of read object in the bucket.

Declared In KiiACLEntry.h.

KiiACLObjectActionWrite

Action of modify, delete object in the bucket.

Declared In KiiACLEntry.h.

KiiACLTopicActionSubscribe

Action of subscribe to the topic.

Declared In KiiACLEntry.h.

KiiACLTopicActionSend

Action of send message to the topic.

Declared In KiiACLEntry.h.

Declared In

KiiACLEntry.h