aistore.sdk.authn.access_attr
aistore.sdk.authn.access_attr
Module Contents
Classes
API
Bases: IntFlag
AccessAttr defines permissions as bitwise flags for access control (for more details, refer to the Go API).
ACCESS_BUCKET_ADMIN
ACCESS_RO
ACCESS_RW
ACCESS_SU
ADMIN
APPEND
BCK_HEAD
BCK_SET_ACL
CLUSTER_ACCESS_RO
CLUSTER_ACCESS_RW
CREATE_BUCKET
DESTROY_BUCKET
GET
LIST_BUCKETS
MOVE_BUCKET
OBJ_DELETE
OBJ_HEAD
OBJ_LIST
OBJ_MOVE
OBJ_UPDATE
PATCH
PROMOTE
PUT
SHOW_CLUSTER
staticmethod
Returns a comma-separated string describing the permissions based on the provided bitwise flags.