B
Beacon Globe News

azure-storage-files-datalake: Azure::Storage::Files::DataLake::Models::Acl Struct Reference

Author

David Perry

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< AclDeserializeAcls (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()

std::vector< Acl > Azure::Storage::Files::DataLake::Models::Acl::DeserializeAcls ( const std::string &  aclsString)
static
Parameters
aclsStringthe string that contains multiple acls.
Returns
std::vector<Acl>

◆ FromString()

Acl Azure::Storage::Files::DataLake::Models::Acl::FromString ( const std::string &  aclString)
static
Parameters
aclStringthe 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
aclsArraythe acls to be serialized into a string.
Returns
std::string
std::string Azure::Storage::Files::DataLake::Models::Acl::ToString ( const Acl acl)
static
Parameters
aclthe 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: