Class GetAccountSASResourceTypesArgs
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 GetAccountSASResourceTypesArgs : InvokeArgs
Constructors
View SourceGetAccountSASResourceTypesArgs()
Declaration
public GetAccountSASResourceTypesArgs()
Properties
View SourceContainer
Should permission be granted to the container?
Declaration
public bool Container { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Object
Should permission be granted only to a specific object?
Declaration
public bool Object { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Service
Should permission be granted to the entire service?
Declaration
public bool Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |