azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::BlobContainerAccessPolicy Struct Referencefinal

Access policy for a blob container.

#include <blob_rest_client.hpp>

Public Attributes

PublicAccessType AccessType = PublicAccessType::None
 
std::vector< SignedIdentifierSignedIdentifiers
 

Member Data Documentation

◆ AccessType

PublicAccessType Azure::Storage::Blobs::Models::BlobContainerAccessPolicy::AccessType = PublicAccessType::None

Indicates whether data in the container may be accessed publicly and the level of access.

◆ SignedIdentifiers

std::vector<SignedIdentifier> Azure::Storage::Blobs::Models::BlobContainerAccessPolicy::SignedIdentifiers

A collection of signed identifiers.


The documentation for this struct was generated from the following file: