Module: Azure::Storage::Common::AclConstants

Defined in:
lib/azure/storage/common/default.rb

Overview

Defines constants for use with shared access policies.

Constant Summary collapse

ACCESS_POLICY =

XML element for an access policy.

"AccessPolicy"
EXPIRY =

XML element for the end time of an access policy.

"Expiry"
ID =

XML attribute for IDs.

"Id"
PERMISSION =

XML element for the permission of an access policy.

"Permission"
SIGNED_IDENTIFIER_ELEMENT =

XML element for a signed identifier.

"SignedIdentifier"
SIGNED_IDENTIFIERS_ELEMENT =

XML element for signed identifiers.

"SignedIdentifiers"
START =

XML element for the start time of an access policy.

"Start"