Module acl_entry_api

Source

Structs§

BulkUpdateAclEntriesParams
struct for passing parameters to the method bulk_update_acl_entries
CreateAclEntryParams
struct for passing parameters to the method create_acl_entry
DeleteAclEntryParams
struct for passing parameters to the method delete_acl_entry
GetAclEntryParams
struct for passing parameters to the method get_acl_entry
ListAclEntriesParams
struct for passing parameters to the method list_acl_entries
UpdateAclEntryParams
struct for passing parameters to the method update_acl_entry

Enums§

BulkUpdateAclEntriesError
struct for typed errors of method bulk_update_acl_entries
CreateAclEntryError
struct for typed errors of method create_acl_entry
DeleteAclEntryError
struct for typed errors of method delete_acl_entry
GetAclEntryError
struct for typed errors of method get_acl_entry
ListAclEntriesError
struct for typed errors of method list_acl_entries
UpdateAclEntryError
struct for typed errors of method update_acl_entry

Functions§

bulk_update_acl_entries
Update multiple ACL entries on the same ACL. For faster updates to your service, group your changes into large batches. The maximum batch size is 1000 entries. Contact support to discuss raising this limit.
create_acl_entry
Add an ACL entry to an ACL.
delete_acl_entry
Delete an ACL entry from a specified ACL.
get_acl_entry
Retrieve a single ACL entry.
list_acl_entries
List ACL entries for a specified ACL.
update_acl_entry
Update an ACL entry for a specified ACL.