An access control object.
#include <datalake_options.hpp>
◆ DeserializeAcls()
| std::vector< Acl > Azure::Storage::Files::DataLake::Models::Acl::DeserializeAcls | ( | const std::string & | aclsString | ) | | static |
- Parameters
-
| aclsString | the string that contains multiple acls. |
- Returns
- std::vector<Acl>
◆ FromString()
| Acl Azure::Storage::Files::DataLake::Models::Acl::FromString | ( | const std::string & | aclString | ) | | static |
- Parameters
-
| aclString | the string to be parsed to Acl. |
- Returns
- Acl
◆ SerializeAcls()
| std::string Azure::Storage::Files::DataLake::Models::Acl::SerializeAcls | ( | const std::vector< Acl > & | aclsArray | ) | | static |
- Parameters
-
| aclsArray | the acls to be serialized into a string. |
- Returns
- std::string
| std::string Azure::Storage::Files::DataLake::Models::Acl::ToString | ( | const Acl & | acl | ) | | 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: