Class GetAccountSASPermissionsArgs
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 GetAccountSASPermissionsArgs : InvokeArgs
Constructors
View SourceGetAccountSASPermissionsArgs()
Declaration
public GetAccountSASPermissionsArgs()
Properties
View SourceAdd
Should Add permissions be enabled for this SAS?
Declaration
public bool Add { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Create
Should Create permissions be enabled for this SAS?
Declaration
public bool Create { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Delete
Should Delete permissions be enabled for this SAS?
Declaration
public bool Delete { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
List
Should List permissions be enabled for this SAS?
Declaration
public bool List { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Process
Should Process permissions be enabled for this SAS?
Declaration
public bool Process { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Read
Should Read permissions be enabled for this SAS?
Declaration
public bool Read { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Update
Should Update permissions be enabled for this SAS?
Declaration
public bool Update { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Write
Should Write permissions be enabled for this SAS?
Declaration
public bool Write { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |