IPWorks Cloud 2020 macOS 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 property specifies the UTC expiry time of the access policy, formatted according to this page in Azure's documentation.

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

id
String

The unique Id of the access policy.

This property 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 property 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 property can be empty if the access policy doesn't include any permissions.

startTime
String

The start time of the access policy.

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

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

Constructors

public init()
public init(id: String, permissions: String, startTime: String, expiryTime: String)

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