IPWorks Cloud 2020 Kotlin 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 constructor()



public constructor(id: String?, permissions: String?, startTime: String?, expiryTime: String?)



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]