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

Describes how you reference an ACL in a blob container.

#include <blob_rest_client.hpp>

Public Attributes

std::string Id
 
Azure::DateTime StartsOn
 
Azure::DateTime ExpiresOn
 
std::string Permissions
 

Member Data Documentation

◆ ExpiresOn

Azure::DateTime Azure::Storage::Blobs::Models::SignedIdentifier::ExpiresOn

Date and time the policy expires.

◆ Id

std::string Azure::Storage::Blobs::Models::SignedIdentifier::Id

A unique ID for this signed identifier.

◆ Permissions

std::string Azure::Storage::Blobs::Models::SignedIdentifier::Permissions

The permissions for this ACL policy.

◆ StartsOn

Azure::DateTime Azure::Storage::Blobs::Models::SignedIdentifier::StartsOn

Date and time since when this policy is active.


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