Structs§
- Create
AclParams - struct for passing parameters to the method
create_acl
- Delete
AclParams - struct for passing parameters to the method
delete_acl
- GetAcl
Params - struct for passing parameters to the method
get_acl
- List
Acls Params - struct for passing parameters to the method
list_acls
- Update
AclParams - struct for passing parameters to the method
update_acl
Enums§
- Create
AclError - struct for typed errors of method
create_acl
- Delete
AclError - struct for typed errors of method
delete_acl
- GetAcl
Error - struct for typed errors of method
get_acl
- List
Acls Error - struct for typed errors of method
list_acls
- Update
AclError - struct for typed errors of method
update_acl
Functions§
- create_
acl - 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_
acl - 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.
- get_acl
- Retrieve a single ACL by name for the version and service.
- list_
acls - List ACLs.
- update_
acl - Update an ACL for a particular service and version.