azure-storage-files-datalake: Azure::Storage::Files::DataLake::Models::Acl Struct Reference
Jessica Wood
Published Feb 17, 2026
An access control object.
#include <datalake_options.hpp>
| static Acl | FromString (const std::string &aclString) |
| Creates an Acl based on acl input string. More... | |
| static std::string | ToString (const Acl &acl) |
| Creates a string from an Acl. More... | |
| static std::vector< Acl > | DeserializeAcls (const std::string &aclsString) |
| Creates a vector of Acl from a string that indicates multiple acls. More... | |
| static std::string | SerializeAcls (const std::vector< Acl > &aclsArray) |
| Creates a string that contains several Acls. More... | |
◆ DeserializeAcls()
| static |
- Parameters
-
aclsString the string that contains multiple acls.
- Returns
- std::vector<Acl>
◆ FromString()
| static |
- Parameters
-
aclString the string to be parsed to Acl.
- Returns
- Acl
◆ SerializeAcls()
| static |
- Parameters
-
aclsArray the acls to be serialized into a string.
- Returns
- std::string
| static |
- Parameters
-
acl the acl object to be serialized to a string.
- Returns
- std::string
| std::string Azure::Storage::Files::DataLake::Models::Acl::Id |
The ID of the ACL.
◆ Permissions
| std::string Azure::Storage::Files::DataLake::Models::Acl::Permissions |
The permissions of the ACL.
| std::string Azure::Storage::Files::DataLake::Models::Acl::Scope |
The scope of the ACL.
| std::string Azure::Storage::Files::DataLake::Models::Acl::Type |
The type of the ACL.
The documentation for this struct was generated from the following files: