IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

AzureAccessPolicy Type

An Azure storage access policy.

Remarks

This type represents an Azure storage access policy.

Fields

ExpiryTime
String

The expiry time of the access policy.

This field specifies the UTC expiry time of the access policy, formatted according to this page in Azure's documentation.

This field can be empty if the access policy doesn't include an expiry time.

Id
String

The unique Id of the access policy.

This field specifies the unique Id of the access policy, which may be up to 64 characters in length.

Permissions
String

The permissions that the access policy grants.

This field specifies the permissions that the access policy grants, in the form of an abbreviated permissions list formatted according to this page in Azure's documentation.

This field can be empty if the access policy doesn't include any permissions.

StartTime
String

The start time of the access policy.

This field specifies the UTC start time of the access policy, formatted according to this page in Azure's documentation.

This field can be empty if the access policy doesn't include a start time.

Constructors

public AzureAccessPolicy(string id, string permissions, string startTime, string expiryTime);
Public AzureAccessPolicy(ByVal Id As String, ByVal Permissions As String, ByVal StartTime As String, ByVal ExpiryTime As String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]