Show / Hide Table of Contents

Class GetAccountSASResourceTypesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccountSASResourceTypesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetAccountSASResourceTypesArgs()

Declaration
public GetAccountSASResourceTypesArgs()

Properties

View Source

Container

Should permission be granted to the container?

Declaration
public bool Container { get; set; }
Property Value
Type Description
System.Boolean
View Source

Object

Should permission be granted only to a specific object?

Declaration
public bool Object { get; set; }
Property Value
Type Description
System.Boolean
View Source

Service

Should permission be granted to the entire service?

Declaration
public bool Service { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.