Class TableAclAccessPolicy
Inheritance
System.Object
TableAclAccessPolicy
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class TableAclAccessPolicy
Fields
View SourceExpiry
The ISO8061 UTC time at which this Access Policy should be valid until.
Declaration
public readonly string Expiry
Field Value
| Type | Description |
|---|---|
| System.String |
Permissions
The permissions which should associated with this Shared Identifier.
Declaration
public readonly string Permissions
Field Value
| Type | Description |
|---|---|
| System.String |
Start
The ISO8061 UTC time at which this Access Policy should be valid from.
Declaration
public readonly string Start
Field Value
| Type | Description |
|---|---|
| System.String |