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 permissions
Discussion
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 *sharedAccessExpiryTime
Discussion
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 *sharedAccessStartTime
Discussion
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 *headers
Discussion
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 *storedPolicyIdentifier
Discussion
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 *ipAddressOrRange
Discussion
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 protocols
Discussion
The protocols with which the object may be accessed.
Declared In
AZSSharedAccessBlobParameters.h
– init
Initializes a newly allocated AZSSharedAccessBlobParameters.
- (instancetype)init
Return Value
The newly initialized parameters.
Discussion
Initializes a newly allocated AZSSharedAccessBlobParameters.
Declared In
AZSSharedAccessBlobParameters.h