Class GetAccountBlobContainerSASArgs
Inherited Members
Namespace: Pulumi.Azure.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountBlobContainerSASArgs : InvokeArgs
Constructors
View SourceGetAccountBlobContainerSASArgs()
Declaration
public GetAccountBlobContainerSASArgs()
Properties
View SourceCacheControl
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 |
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 |
ContainerName
Name of the container.
Declaration
public string ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |
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 |
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 |
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> |
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 |
Permissions
A permissions block as defined below.
Declaration
public GetAccountBlobContainerSASPermissionsArgs Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| GetAccountBlobContainerSASPermissionsArgs |
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 |