SharedAccessBlobPolicy

Creates an object that Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.

Properties

Identifier

An identifier for the policy.

Permissions

Gets or sets the permissions for a shared access signature associated with this shared access policy.

SharedAccessStartTime

Gets or sets the start time for a shared access signature associated with this shared access policy.

SharedAccessExpiryTime

Gets or sets the expiry time for a shared access signature associated with this shared access policy.


Please refer to the following Azure API reference documentation:

Documentation to assist in setting other properties:

https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.storage.blob.sharedaccessblobpolicies.add?view=azure-dotnet#Microsoft_Azure_Storage_Blob_SharedAccessBlobPolicies_Add_System_Collections_Generic_KeyValuePair_System_String_Microsoft_Azure_Storage_Blob_SharedAccessBlobPolicy__

https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.storage.blob.sharedaccessblobpolicy?view=azure-dotnet

https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.storage.blob.sharedaccessblobpermissions?view=azure-dotnet