Show / Hide Table of Contents

Class GetAccountBlobContainerSASArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccountBlobContainerSASArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountBlobContainerSASArgs : InvokeArgs

Constructors

View Source

GetAccountBlobContainerSASArgs()

Declaration
public GetAccountBlobContainerSASArgs()

Properties

View Source

CacheControl

The Cache-Control response header that is sent when this SAS token is used.

Declaration
public string CacheControl { get; set; }
Property Value
Type Description
System.String
View Source

ConnectionString

The connection string for the storage account to which this SAS applies. Typically directly from the primary_connection_string attribute of an azure.storage.Account resource.

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
System.String
View Source

ContainerName

Name of the container.

Declaration
public string ContainerName { get; set; }
Property Value
Type Description
System.String
View Source

ContentDisposition

The Content-Disposition response header that is sent when this SAS token is used.

Declaration
public string ContentDisposition { get; set; }
Property Value
Type Description
System.String
View Source

ContentEncoding

The Content-Encoding response header that is sent when this SAS token is used.

Declaration
public string ContentEncoding { get; set; }
Property Value
Type Description
System.String
View Source

ContentLanguage

The Content-Language response header that is sent when this SAS token is used.

Declaration
public string ContentLanguage { get; set; }
Property Value
Type Description
System.String
View Source

ContentType

The Content-Type response header that is sent when this SAS token is used.

Declaration
public string ContentType { get; set; }
Property Value
Type Description
System.String
View Source

Expiry

The expiration time and date of this SAS. Must be a valid ISO-8601 format time/date string.

Declaration
public string Expiry { get; set; }
Property Value
Type Description
System.String
View Source

HttpsOnly

Only permit https access. If false, both http and https are permitted. Defaults to true.

Declaration
public bool? HttpsOnly { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

IpAddress

Single ipv4 address or range (connected with a dash) of ipv4 addresses.

Declaration
public string IpAddress { get; set; }
Property Value
Type Description
System.String
View Source

Permissions

A permissions block as defined below.

Declaration
public GetAccountBlobContainerSASPermissionsArgs Permissions { get; set; }
Property Value
Type Description
GetAccountBlobContainerSASPermissionsArgs
View Source

Start

The starting time and date of validity of this SAS. Must be a valid ISO-8601 format time/date string.

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