Show / Hide Table of Contents

Class ShareAclAccessPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ShareAclAccessPolicyArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ShareAclAccessPolicyArgs : ResourceArgs

Constructors

View Source

ShareAclAccessPolicyArgs()

Declaration
public ShareAclAccessPolicyArgs()

Properties

View Source

Expiry

The time at which this Access Policy should be valid until, in ISO8601 format.

Declaration
public Input<string> Expiry { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Permissions

The permissions which should be associated with this Shared Identifier. Possible value is combination of d (delete), l (list), r (read) and w (write).

Declaration
public Input<string> Permissions { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Start

The time at which this Access Policy should be valid from, in ISO8601 format.

Declaration
public Input<string> Start { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.