Class GetAccountSASResourceTypesResult
Inheritance
System.Object
GetAccountSASResourceTypesResult
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 GetAccountSASResourceTypesResult
Fields
View SourceContainer
Should permission be granted to the container?
Declaration
public readonly bool Container
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Object
Should permission be granted only to a specific object?
Declaration
public readonly bool Object
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Service
Should permission be granted to the entire service?
Declaration
public readonly bool Service
Field Value
| Type | Description |
|---|---|
| System.Boolean |