Class TableAclAccessPolicyArgs
Inherited Members
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 TableAclAccessPolicyArgs : ResourceArgs
Constructors
View SourceTableAclAccessPolicyArgs()
Declaration
public TableAclAccessPolicyArgs()
Properties
View SourceExpiry
The ISO8061 UTC time at which this Access Policy should be valid until.
Declaration
public Input<string> Expiry { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Permissions
The permissions which should associated with this Shared Identifier.
Declaration
public Input<string> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Start
The ISO8061 UTC time at which this Access Policy should be valid from.
Declaration
public Input<string> Start { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |