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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 2024 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.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:storage:getBlobContainer
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name 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.
- Container
Name 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.
- Resource
Group stringName - The name of the resource group within the user's subscription. The name is case insensitive.
- Account
Name 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.
- Container
Name 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.
- Resource
Group stringName - The name of the resource group within the user's subscription. The name is case insensitive.
- account
Name 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.
- container
Name 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.
- resource
Group StringName - The name of the resource group within the user's subscription. The name is case insensitive.
- account
Name 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.
- container
Name 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.
- resource
Group 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.
- account
Name 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.
- container
Name 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.
- resource
Group 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.
- Deleted
Time string - Blob container deletion time.
- Etag string
- 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 string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Immutability
Policy Pulumi.Azure Native. Storage. Outputs. Immutability Policy Properties Response - The ImmutabilityPolicy property of the container.
- Last
Modified stringTime - Returns the date and time the container was last modified.
- Lease
Duration string - Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- Lease
State string - Lease state of the container.
- Lease
Status string - The lease status of the container.
- Legal
Hold Pulumi.Azure Native. Storage. Outputs. Legal Hold Properties Response - The LegalHold property of the container.
- Name string
- The name of the resource
- Remaining
Retention 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.
- Default
Encryption stringScope - 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 boolV3All Squash - Enable NFSv3 all squash on blob container.
- Enable
Nfs boolV3Root Squash - Enable NFSv3 root squash on blob container.
- Immutable
Storage 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.
- Public
Access 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 string - Blob container deletion time.
- Etag string
- 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 string
- 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 stringTime - Returns the date and time the container was last modified.
- Lease
Duration string - Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- Lease
State string - Lease state of the container.
- Lease
Status string - The lease status of the container.
- Legal
Hold LegalHold Properties Response - The LegalHold property of the container.
- Name string
- The name of the resource
- Remaining
Retention 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.
- Default
Encryption stringScope - 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 boolV3All Squash - Enable NFSv3 all squash on blob container.
- Enable
Nfs boolV3Root 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 map[string]string
- A name-value pair to associate with the container as metadata.
- Public
Access 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.
- deleted
Time String - Blob container deletion time.
- etag String
- Resource Etag.
- has
Immutability 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.
- has
Legal 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}
- immutability
Policy ImmutabilityPolicy Properties Response - The ImmutabilityPolicy property of the container.
- last
Modified StringTime - Returns the date and time the container was last modified.
- lease
Duration String - Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- lease
State String - Lease state of the container.
- lease
Status String - The lease status of the container.
- legal
Hold LegalHold Properties Response - The LegalHold property of the container.
- name String
- The name of the resource
- remaining
Retention 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.
- default
Encryption StringScope - Default the container to use specified encryption scope for all writes.
- deny
Encryption BooleanScope Override - Block override of encryption scope from the container default.
- enable
Nfs BooleanV3All Squash - Enable NFSv3 all squash on blob container.
- enable
Nfs BooleanV3Root 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 Map<String,String>
- A name-value pair to associate with the container as metadata.
- public
Access 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.
- deleted
Time string - Blob container deletion time.
- etag string
- Resource Etag.
- has
Immutability 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.
- has
Legal 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}
- immutability
Policy ImmutabilityPolicy Properties Response - The ImmutabilityPolicy property of the container.
- last
Modified stringTime - Returns the date and time the container was last modified.
- lease
Duration string - Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- lease
State string - Lease state of the container.
- lease
Status string - The lease status of the container.
- legal
Hold LegalHold Properties Response - The LegalHold property of the container.
- name string
- The name of the resource
- remaining
Retention 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.
- default
Encryption stringScope - Default the container to use specified encryption scope for all writes.
- deny
Encryption booleanScope Override - Block override of encryption scope from the container default.
- enable
Nfs booleanV3All Squash - Enable NFSv3 all squash on blob container.
- enable
Nfs booleanV3Root 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 {[key: string]: string}
- A name-value pair to associate with the container as metadata.
- public
Access 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.
- deleted
Time String - Blob container deletion time.
- etag String
- Resource Etag.
- has
Immutability 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.
- has
Legal 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}
- immutability
Policy Property Map - The ImmutabilityPolicy property of the container.
- last
Modified StringTime - Returns the date and time the container was last modified.
- lease
Duration String - Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
- lease
State String - Lease state of the container.
- lease
Status String - The lease status of the container.
- legal
Hold Property Map - The LegalHold property of the container.
- name String
- The name of the resource
- remaining
Retention 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.
- default
Encryption StringScope - Default the container to use specified encryption scope for all writes.
- deny
Encryption BooleanScope Override - Block override of encryption scope from the container default.
- enable
Nfs BooleanV3All Squash - Enable NFSv3 all squash on blob container.
- enable
Nfs BooleanV3Root Squash - Enable NFSv3 root squash on blob container.
- immutable
Storage 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.
- public
Access 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.
- Update
History List<Pulumi.Azure Native. Storage. Inputs. Update History 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.
- Update
History []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.
- update
History List<UpdateHistory Property Response> - The ImmutabilityPolicy update history of the blob container.
- allow
Protected 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.
- allow
Protected 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 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.
- update
History UpdateHistory Property Response[] - The ImmutabilityPolicy update history of the blob container.
- allow
Protected 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.
- allow
Protected 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 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.
- update
History List<Property Map> - The ImmutabilityPolicy update history of the blob container.
- allow
Protected 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.
- allow
Protected 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 NumberSince Creation In Days - The immutability period for the blobs in the container since the policy creation, in days.
ImmutableStorageWithVersioningResponse
- Migration
State string - This property denotes the container level immutability to object level immutability migration state.
- Time
Stamp 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.
- Migration
State string - This property denotes the container level immutability to object level immutability migration state.
- Time
Stamp 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.
- migration
State String - This property denotes the container level immutability to object level immutability migration state.
- time
Stamp 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 string - This property denotes the container level immutability to object level immutability migration state.
- time
Stamp 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.
- migration
State String - This property denotes the container level immutability to object level immutability migration state.
- time
Stamp 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
- 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 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.
- 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.
- []Tag
Property Response - The list of LegalHold tags of a blob container.
- has
Legal 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.
- protected
Append ProtectedWrites History Append Writes History Response - Protected append blob writes history.
- List<Tag
Property Response> - The list of LegalHold tags of a blob container.
- has
Legal 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.
- protected
Append ProtectedWrites History Append Writes History Response - Protected append blob writes history.
- Tag
Property 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[Tag
Property Response] - The list of LegalHold tags of a blob container.
- has
Legal 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.
- protected
Append 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.
- 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.
- 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.
- allow
Protected 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.
- allow
Protected 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.
- allow
Protected 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
- Object
Identifier string - Returns the Object ID of the user who added the tag.
- Tag string
- The tag value.
- Tenant
Id 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 string - Returns the Object ID of the user who added the tag.
- Tag string
- The tag value.
- Tenant
Id 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 String - Returns the Object ID of the user who added the tag.
- tag String
- The tag value.
- tenant
Id 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 string - Returns the Object ID of the user who added the tag.
- tag string
- The tag value.
- tenant
Id 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.
- object
Identifier String - Returns the Object ID of the user who added the tag.
- tag String
- The tag value.
- tenant
Id 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
- Immutability
Period intSince Creation In Days - The immutability period for the blobs in the container since the policy creation, in days.
- Object
Identifier string - Returns the Object ID of the user who updated the ImmutabilityPolicy.
- Tenant
Id 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.
- 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.
- Object
Identifier string - Returns the Object ID of the user who updated the ImmutabilityPolicy.
- Tenant
Id 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.
- 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 IntegerSince Creation In Days - The immutability period for the blobs in the container since the policy creation, in days.
- object
Identifier String - Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenant
Id 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.
- allow
Protected 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.
- allow
Protected 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 numberSince Creation In Days - The immutability period for the blobs in the container since the policy creation, in days.
- object
Identifier string - Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenant
Id 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.
- allow
Protected 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.
- allow
Protected 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.
- immutability
Period NumberSince Creation In Days - The immutability period for the blobs in the container since the policy creation, in days.
- object
Identifier String - Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenant
Id 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.
- allow
Protected 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.
- allow
Protected 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.47.1 published on Monday, Jun 24, 2024 by Pulumi