AZSSharedAccessBlobParameters Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | AZSSharedAccessBlobParameters.h AZSSharedAccessBlobParameters.m |
Overview
The shared access parameters for blobs and containers. Specifies the permissions and other restrictions bestowed on the SAS.
permissions
The permissions to be included in the SAS token.
@property AZSSharedAccessPermissions permissionsDiscussion
The permissions to be included in the SAS token.
Declared In
AZSSharedAccessBlobParameters.h
sharedAccessExpiryTime
The expiry time to be included in the SAS token.
@property (strong, AZSNullable) NSDate *sharedAccessExpiryTimeDiscussion
The expiry time to be included in the SAS token.
Declared In
AZSSharedAccessBlobParameters.h
sharedAccessStartTime
The start time to be included in the SAS token.
@property (strong, AZSNullable) NSDate *sharedAccessStartTimeDiscussion
The start time to be included in the SAS token.
Declared In
AZSSharedAccessBlobParameters.h
headers
The shared access headers to be included in the SAS token.
@property (strong, AZSNullable) AZSSharedAccessHeaders *headersDiscussion
The shared access headers to be included in the SAS token.
Declared In
AZSSharedAccessBlobParameters.h
storedPolicyIdentifier
An identifier for a stored policy to be included in the SAS token.
@property (strong, AZSNullable) NSString *storedPolicyIdentifierDiscussion
An identifier for a stored policy to be included in the SAS token.
Declared In
AZSSharedAccessBlobParameters.h
ipAddressOrRange
A single IP address or range of IP addresses from which the object may be accessed.
@property (strong, AZSNullable) AZSIPRange *ipAddressOrRangeDiscussion
A single IP address or range of IP addresses from which the object may be accessed.
Declared In
AZSSharedAccessBlobParameters.h
protocols
The protocols with which the object may be accessed.
@property AZSSharedAccessProtocols protocolsDiscussion
The protocols with which the object may be accessed.
Declared In
AZSSharedAccessBlobParameters.h
– init
Initializes a newly allocated AZSSharedAccessBlobParameters.
- (instancetype)initReturn Value
The newly initialized parameters.
Discussion
Initializes a newly allocated AZSSharedAccessBlobParameters.
Declared In
AZSSharedAccessBlobParameters.h