Class GetAccountBlobContainerSASPermissionsArgs
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 GetAccountBlobContainerSASPermissionsArgs : InvokeArgs
Constructors
View SourceGetAccountBlobContainerSASPermissionsArgs()
Declaration
public GetAccountBlobContainerSASPermissionsArgs()
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 |
Read
Should Read permissions be enabled for this SAS?
Declaration
public bool Read { 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 |