Show / Hide Table of Contents

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 Source

Container

Should permission be granted to the container?

Declaration
public readonly bool Container
Field Value
Type Description
System.Boolean
View Source

Object

Should permission be granted only to a specific object?

Declaration
public readonly bool Object
Field Value
Type Description
System.Boolean
View Source

Service

Should permission be granted to the entire service?

Declaration
public readonly bool Service
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.