This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.storage.getBlobContainer
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets properties of a specified container. Azure REST API version: 2022-09-01.
Other available API versions: 2023-01-01, 2023-04-01, 2023-05-01, 2024-01-01.
Using getBlobContainer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBlobContainer(args: GetBlobContainerArgs, opts?: InvokeOptions): Promise<GetBlobContainerResult>
function getBlobContainerOutput(args: GetBlobContainerOutputArgs, opts?: InvokeOptions): Output<GetBlobContainerResult>def get_blob_container(account_name: Optional[str] = None,
                       container_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetBlobContainerResult
def get_blob_container_output(account_name: Optional[pulumi.Input[str]] = None,
                       container_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetBlobContainerResult]func LookupBlobContainer(ctx *Context, args *LookupBlobContainerArgs, opts ...InvokeOption) (*LookupBlobContainerResult, error)
func LookupBlobContainerOutput(ctx *Context, args *LookupBlobContainerOutputArgs, opts ...InvokeOption) LookupBlobContainerResultOutput> Note: This function is named LookupBlobContainer in the Go SDK.
public static class GetBlobContainer 
{
    public static Task<GetBlobContainerResult> InvokeAsync(GetBlobContainerArgs args, InvokeOptions? opts = null)
    public static Output<GetBlobContainerResult> Invoke(GetBlobContainerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBlobContainerResult> getBlobContainer(GetBlobContainerArgs args, InvokeOptions options)
public static Output<GetBlobContainerResult> getBlobContainer(GetBlobContainerArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:storage:getBlobContainer
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- ContainerName string
- The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.
- ResourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- AccountName string
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- ContainerName string
- The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.
- ResourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- accountName String
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- containerName String
- The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.
- resourceGroup StringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- accountName string
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- containerName string
- The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.
- resourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- account_name str
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- container_name str
- The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.
- resource_group_ strname 
- The name of the resource group within the user's subscription. The name is case insensitive.
- accountName String
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- containerName String
- The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.
- resourceGroup StringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
getBlobContainer Result
The following output properties are available:
- Deleted bool
- Indicates whether the blob container was deleted.
- DeletedTime string
- Blob container deletion time.
- Etag string
- Resource Etag.
- HasImmutability boolPolicy 
- The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
- HasLegal boolHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- ImmutabilityPolicy Pulumi.Azure Native. Storage. Outputs. Immutability Policy Properties Response 
- The ImmutabilityPolicy property of the container.
- LastModified stringTime 
- Returns the date and time the container was last modified.
- LeaseDuration string
- Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- LeaseState string
- Lease state of the container.
- LeaseStatus string
- The lease status of the container.
- LegalHold Pulumi.Azure Native. Storage. Outputs. Legal Hold Properties Response 
- The LegalHold property of the container.
- Name string
- The name of the resource
- RemainingRetention intDays 
- Remaining retention days for soft deleted blob container.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Version string
- The version of the deleted blob container.
- DefaultEncryption stringScope 
- Default the container to use specified encryption scope for all writes.
- DenyEncryption boolScope Override 
- Block override of encryption scope from the container default.
- EnableNfs boolV3All Squash 
- Enable NFSv3 all squash on blob container.
- EnableNfs boolV3Root Squash 
- Enable NFSv3 root squash on blob container.
- ImmutableStorage Pulumi.With Versioning Azure Native. Storage. Outputs. Immutable Storage With Versioning Response 
- The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.
- Metadata Dictionary<string, string>
- A name-value pair to associate with the container as metadata.
- PublicAccess string
- Specifies whether data in the container may be accessed publicly and the level of access.
- Deleted bool
- Indicates whether the blob container was deleted.
- DeletedTime string
- Blob container deletion time.
- Etag string
- Resource Etag.
- HasImmutability boolPolicy 
- The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
- HasLegal boolHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- ImmutabilityPolicy ImmutabilityPolicy Properties Response 
- The ImmutabilityPolicy property of the container.
- LastModified stringTime 
- Returns the date and time the container was last modified.
- LeaseDuration string
- Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- LeaseState string
- Lease state of the container.
- LeaseStatus string
- The lease status of the container.
- LegalHold LegalHold Properties Response 
- The LegalHold property of the container.
- Name string
- The name of the resource
- RemainingRetention intDays 
- Remaining retention days for soft deleted blob container.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Version string
- The version of the deleted blob container.
- DefaultEncryption stringScope 
- Default the container to use specified encryption scope for all writes.
- DenyEncryption boolScope Override 
- Block override of encryption scope from the container default.
- EnableNfs boolV3All Squash 
- Enable NFSv3 all squash on blob container.
- EnableNfs boolV3Root Squash 
- Enable NFSv3 root squash on blob container.
- ImmutableStorage ImmutableWith Versioning Storage With Versioning Response 
- The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.
- Metadata map[string]string
- A name-value pair to associate with the container as metadata.
- PublicAccess string
- Specifies whether data in the container may be accessed publicly and the level of access.
- deleted Boolean
- Indicates whether the blob container was deleted.
- deletedTime String
- Blob container deletion time.
- etag String
- Resource Etag.
- hasImmutability BooleanPolicy 
- The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
- hasLegal BooleanHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- immutabilityPolicy ImmutabilityPolicy Properties Response 
- The ImmutabilityPolicy property of the container.
- lastModified StringTime 
- Returns the date and time the container was last modified.
- leaseDuration String
- Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- leaseState String
- Lease state of the container.
- leaseStatus String
- The lease status of the container.
- legalHold LegalHold Properties Response 
- The LegalHold property of the container.
- name String
- The name of the resource
- remainingRetention IntegerDays 
- Remaining retention days for soft deleted blob container.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- version String
- The version of the deleted blob container.
- defaultEncryption StringScope 
- Default the container to use specified encryption scope for all writes.
- denyEncryption BooleanScope Override 
- Block override of encryption scope from the container default.
- enableNfs BooleanV3All Squash 
- Enable NFSv3 all squash on blob container.
- enableNfs BooleanV3Root Squash 
- Enable NFSv3 root squash on blob container.
- immutableStorage ImmutableWith Versioning Storage With Versioning Response 
- The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.
- metadata Map<String,String>
- A name-value pair to associate with the container as metadata.
- publicAccess String
- Specifies whether data in the container may be accessed publicly and the level of access.
- deleted boolean
- Indicates whether the blob container was deleted.
- deletedTime string
- Blob container deletion time.
- etag string
- Resource Etag.
- hasImmutability booleanPolicy 
- The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
- hasLegal booleanHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- immutabilityPolicy ImmutabilityPolicy Properties Response 
- The ImmutabilityPolicy property of the container.
- lastModified stringTime 
- Returns the date and time the container was last modified.
- leaseDuration string
- Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- leaseState string
- Lease state of the container.
- leaseStatus string
- The lease status of the container.
- legalHold LegalHold Properties Response 
- The LegalHold property of the container.
- name string
- The name of the resource
- remainingRetention numberDays 
- Remaining retention days for soft deleted blob container.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- version string
- The version of the deleted blob container.
- defaultEncryption stringScope 
- Default the container to use specified encryption scope for all writes.
- denyEncryption booleanScope Override 
- Block override of encryption scope from the container default.
- enableNfs booleanV3All Squash 
- Enable NFSv3 all squash on blob container.
- enableNfs booleanV3Root Squash 
- Enable NFSv3 root squash on blob container.
- immutableStorage ImmutableWith Versioning Storage With Versioning Response 
- The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.
- metadata {[key: string]: string}
- A name-value pair to associate with the container as metadata.
- publicAccess string
- Specifies whether data in the container may be accessed publicly and the level of access.
- deleted bool
- Indicates whether the blob container was deleted.
- deleted_time str
- Blob container deletion time.
- etag str
- Resource Etag.
- has_immutability_ boolpolicy 
- The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
- has_legal_ boolhold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- immutability_policy ImmutabilityPolicy Properties Response 
- The ImmutabilityPolicy property of the container.
- last_modified_ strtime 
- Returns the date and time the container was last modified.
- lease_duration str
- Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- lease_state str
- Lease state of the container.
- lease_status str
- The lease status of the container.
- legal_hold LegalHold Properties Response 
- The LegalHold property of the container.
- name str
- The name of the resource
- remaining_retention_ intdays 
- Remaining retention days for soft deleted blob container.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- version str
- The version of the deleted blob container.
- default_encryption_ strscope 
- Default the container to use specified encryption scope for all writes.
- deny_encryption_ boolscope_ override 
- Block override of encryption scope from the container default.
- enable_nfs_ boolv3_ all_ squash 
- Enable NFSv3 all squash on blob container.
- enable_nfs_ boolv3_ root_ squash 
- Enable NFSv3 root squash on blob container.
- immutable_storage_ Immutablewith_ versioning Storage With Versioning Response 
- The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.
- metadata Mapping[str, str]
- A name-value pair to associate with the container as metadata.
- public_access str
- Specifies whether data in the container may be accessed publicly and the level of access.
- deleted Boolean
- Indicates whether the blob container was deleted.
- deletedTime String
- Blob container deletion time.
- etag String
- Resource Etag.
- hasImmutability BooleanPolicy 
- The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
- hasLegal BooleanHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- immutabilityPolicy Property Map
- The ImmutabilityPolicy property of the container.
- lastModified StringTime 
- Returns the date and time the container was last modified.
- leaseDuration String
- Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- leaseState String
- Lease state of the container.
- leaseStatus String
- The lease status of the container.
- legalHold Property Map
- The LegalHold property of the container.
- name String
- The name of the resource
- remainingRetention NumberDays 
- Remaining retention days for soft deleted blob container.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- version String
- The version of the deleted blob container.
- defaultEncryption StringScope 
- Default the container to use specified encryption scope for all writes.
- denyEncryption BooleanScope Override 
- Block override of encryption scope from the container default.
- enableNfs BooleanV3All Squash 
- Enable NFSv3 all squash on blob container.
- enableNfs BooleanV3Root Squash 
- Enable NFSv3 root squash on blob container.
- immutableStorage Property MapWith Versioning 
- The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.
- metadata Map<String>
- A name-value pair to associate with the container as metadata.
- publicAccess String
- Specifies whether data in the container may be accessed publicly and the level of access.
Supporting Types
ImmutabilityPolicyPropertiesResponse   
- Etag string
- ImmutabilityPolicy Etag.
- State string
- The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
- UpdateHistory List<Pulumi.Azure Native. Storage. Inputs. Update History Property Response> 
- The ImmutabilityPolicy update history of the blob container.
- AllowProtected boolAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- AllowProtected boolAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- ImmutabilityPeriod intSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- Etag string
- ImmutabilityPolicy Etag.
- State string
- The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
- UpdateHistory []UpdateHistory Property Response 
- The ImmutabilityPolicy update history of the blob container.
- AllowProtected boolAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- AllowProtected boolAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- ImmutabilityPeriod intSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- etag String
- ImmutabilityPolicy Etag.
- state String
- The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
- updateHistory List<UpdateHistory Property Response> 
- The ImmutabilityPolicy update history of the blob container.
- allowProtected BooleanAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allowProtected BooleanAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutabilityPeriod IntegerSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- etag string
- ImmutabilityPolicy Etag.
- state string
- The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
- updateHistory UpdateHistory Property Response[] 
- The ImmutabilityPolicy update history of the blob container.
- allowProtected booleanAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allowProtected booleanAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutabilityPeriod numberSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- etag str
- ImmutabilityPolicy Etag.
- state str
- The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
- update_history Sequence[UpdateHistory Property Response] 
- The ImmutabilityPolicy update history of the blob container.
- allow_protected_ boolappend_ writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allow_protected_ boolappend_ writes_ all 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutability_period_ intsince_ creation_ in_ days 
- The immutability period for the blobs in the container since the policy creation, in days.
- etag String
- ImmutabilityPolicy Etag.
- state String
- The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
- updateHistory List<Property Map>
- The ImmutabilityPolicy update history of the blob container.
- allowProtected BooleanAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allowProtected BooleanAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutabilityPeriod NumberSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
ImmutableStorageWithVersioningResponse    
- MigrationState string
- This property denotes the container level immutability to object level immutability migration state.
- TimeStamp string
- Returns the date and time the object level immutability was enabled.
- Enabled bool
- This is an immutable property, when set to true it enables object level immutability at the container level.
- MigrationState string
- This property denotes the container level immutability to object level immutability migration state.
- TimeStamp string
- Returns the date and time the object level immutability was enabled.
- Enabled bool
- This is an immutable property, when set to true it enables object level immutability at the container level.
- migrationState String
- This property denotes the container level immutability to object level immutability migration state.
- timeStamp String
- Returns the date and time the object level immutability was enabled.
- enabled Boolean
- This is an immutable property, when set to true it enables object level immutability at the container level.
- migrationState string
- This property denotes the container level immutability to object level immutability migration state.
- timeStamp string
- Returns the date and time the object level immutability was enabled.
- enabled boolean
- This is an immutable property, when set to true it enables object level immutability at the container level.
- migration_state str
- This property denotes the container level immutability to object level immutability migration state.
- time_stamp str
- Returns the date and time the object level immutability was enabled.
- enabled bool
- This is an immutable property, when set to true it enables object level immutability at the container level.
- migrationState String
- This property denotes the container level immutability to object level immutability migration state.
- timeStamp String
- Returns the date and time the object level immutability was enabled.
- enabled Boolean
- This is an immutable property, when set to true it enables object level immutability at the container level.
LegalHoldPropertiesResponse   
- HasLegal boolHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- ProtectedAppend Pulumi.Writes History Azure Native. Storage. Inputs. Protected Append Writes History Response 
- Protected append blob writes history.
- 
List<Pulumi.Azure Native. Storage. Inputs. Tag Property Response> 
- The list of LegalHold tags of a blob container.
- HasLegal boolHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- ProtectedAppend ProtectedWrites History Append Writes History Response 
- Protected append blob writes history.
- 
[]TagProperty Response 
- The list of LegalHold tags of a blob container.
- hasLegal BooleanHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- protectedAppend ProtectedWrites History Append Writes History Response 
- Protected append blob writes history.
- 
List<TagProperty Response> 
- The list of LegalHold tags of a blob container.
- hasLegal booleanHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- protectedAppend ProtectedWrites History Append Writes History Response 
- Protected append blob writes history.
- 
TagProperty Response[] 
- The list of LegalHold tags of a blob container.
- has_legal_ boolhold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- protected_append_ Protectedwrites_ history Append Writes History Response 
- Protected append blob writes history.
- 
Sequence[TagProperty Response] 
- The list of LegalHold tags of a blob container.
- hasLegal BooleanHold 
- The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
- protectedAppend Property MapWrites History 
- Protected append blob writes history.
- List<Property Map>
- The list of LegalHold tags of a blob container.
ProtectedAppendWritesHistoryResponse    
- Timestamp string
- Returns the date and time the tag was added.
- AllowProtected boolAppend Writes All 
- When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
- Timestamp string
- Returns the date and time the tag was added.
- AllowProtected boolAppend Writes All 
- When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
- timestamp String
- Returns the date and time the tag was added.
- allowProtected BooleanAppend Writes All 
- When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
- timestamp string
- Returns the date and time the tag was added.
- allowProtected booleanAppend Writes All 
- When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
- timestamp str
- Returns the date and time the tag was added.
- allow_protected_ boolappend_ writes_ all 
- When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
- timestamp String
- Returns the date and time the tag was added.
- allowProtected BooleanAppend Writes All 
- When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
TagPropertyResponse  
- ObjectIdentifier string
- Returns the Object ID of the user who added the tag.
- Tag string
- The tag value.
- TenantId string
- Returns the Tenant ID that issued the token for the user who added the tag.
- Timestamp string
- Returns the date and time the tag was added.
- Upn string
- Returns the User Principal Name of the user who added the tag.
- ObjectIdentifier string
- Returns the Object ID of the user who added the tag.
- Tag string
- The tag value.
- TenantId string
- Returns the Tenant ID that issued the token for the user who added the tag.
- Timestamp string
- Returns the date and time the tag was added.
- Upn string
- Returns the User Principal Name of the user who added the tag.
- objectIdentifier String
- Returns the Object ID of the user who added the tag.
- tag String
- The tag value.
- tenantId String
- Returns the Tenant ID that issued the token for the user who added the tag.
- timestamp String
- Returns the date and time the tag was added.
- upn String
- Returns the User Principal Name of the user who added the tag.
- objectIdentifier string
- Returns the Object ID of the user who added the tag.
- tag string
- The tag value.
- tenantId string
- Returns the Tenant ID that issued the token for the user who added the tag.
- timestamp string
- Returns the date and time the tag was added.
- upn string
- Returns the User Principal Name of the user who added the tag.
- object_identifier str
- Returns the Object ID of the user who added the tag.
- tag str
- The tag value.
- tenant_id str
- Returns the Tenant ID that issued the token for the user who added the tag.
- timestamp str
- Returns the date and time the tag was added.
- upn str
- Returns the User Principal Name of the user who added the tag.
- objectIdentifier String
- Returns the Object ID of the user who added the tag.
- tag String
- The tag value.
- tenantId String
- Returns the Tenant ID that issued the token for the user who added the tag.
- timestamp String
- Returns the date and time the tag was added.
- upn String
- Returns the User Principal Name of the user who added the tag.
UpdateHistoryPropertyResponse   
- ImmutabilityPeriod intSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- ObjectIdentifier string
- Returns the Object ID of the user who updated the ImmutabilityPolicy.
- TenantId string
- Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
- Timestamp string
- Returns the date and time the ImmutabilityPolicy was updated.
- Update string
- The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
- Upn string
- Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
- AllowProtected boolAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- AllowProtected boolAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- ImmutabilityPeriod intSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- ObjectIdentifier string
- Returns the Object ID of the user who updated the ImmutabilityPolicy.
- TenantId string
- Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
- Timestamp string
- Returns the date and time the ImmutabilityPolicy was updated.
- Update string
- The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
- Upn string
- Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
- AllowProtected boolAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- AllowProtected boolAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutabilityPeriod IntegerSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- objectIdentifier String
- Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenantId String
- Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
- timestamp String
- Returns the date and time the ImmutabilityPolicy was updated.
- update String
- The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
- upn String
- Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
- allowProtected BooleanAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allowProtected BooleanAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutabilityPeriod numberSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- objectIdentifier string
- Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenantId string
- Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
- timestamp string
- Returns the date and time the ImmutabilityPolicy was updated.
- update string
- The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
- upn string
- Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
- allowProtected booleanAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allowProtected booleanAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutability_period_ intsince_ creation_ in_ days 
- The immutability period for the blobs in the container since the policy creation, in days.
- object_identifier str
- Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenant_id str
- Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
- timestamp str
- Returns the date and time the ImmutabilityPolicy was updated.
- update str
- The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
- upn str
- Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
- allow_protected_ boolappend_ writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allow_protected_ boolappend_ writes_ all 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
- immutabilityPeriod NumberSince Creation In Days 
- The immutability period for the blobs in the container since the policy creation, in days.
- objectIdentifier String
- Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenantId String
- Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
- timestamp String
- Returns the date and time the ImmutabilityPolicy was updated.
- update String
- The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
- upn String
- Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
- allowProtected BooleanAppend Writes 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
- allowProtected BooleanAppend Writes All 
- This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi