Module fastly_api::apis::acl_api

source ·

Structs

struct for passing parameters to the method create_acl
struct for passing parameters to the method delete_acl
struct for passing parameters to the method get_acl
struct for passing parameters to the method list_acls
struct for passing parameters to the method update_acl

Enums

struct for typed errors of method create_acl
struct for typed errors of method delete_acl
struct for typed errors of method get_acl
struct for typed errors of method list_acls
struct for typed errors of method update_acl

Functions

Create a new ACL attached to the specified service version. A new, empty ACL must be attached to a draft version of a service. The version associated with the ACL must be activated to be used.
Delete an ACL from the specified service version. To remove an ACL from use, the ACL must be deleted from a draft version and the version without the ACL must be activated.
Retrieve a single ACL by name for the version and service.
List ACLs.
Update an ACL for a particular service and version.