# Packages
No description provided by the author
# Functions
DeleteContainerACL will delete an ACL from a conatiner.
DeleteSecretACL will delete an ACL from a secret.
GetContainerACL retrieves the ACL of a container.
GetSecretACL retrieves the ACL of a secret.
SetContainerACL will set an ACL on a container.
SetSecretACL will set an ACL on a secret.
UpdateContainerACL will update an ACL on a container.
UpdateSecretACL will update an ACL on a secret.
# Structs
ACLDetails represents the details of an ACL.
ACLRefResult is the response from a Set or Update operation.
ACLResult is the response from a Get operation.
DeleteResult is the response from a Delete operation.
SetOpt represents options to set a particular ACL type on a resource.
# Interfaces
SetOptsBuilder allows extensions to add additional parameters to the Set request.