azure-native.storage.getBlobContainer

Gets properties of a specified container. API Version: 2021-02-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:

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.

ResourceGroupName string

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.

ResourceGroupName string

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.

resourceGroupName String

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.

resourceGroupName string

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_name str

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.

resourceGroupName String

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.

HasImmutabilityPolicy bool

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.

HasLegalHold bool

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.AzureNative.Storage.Outputs.ImmutabilityPolicyPropertiesResponse

The ImmutabilityPolicy property of the container.

LastModifiedTime string

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.AzureNative.Storage.Outputs.LegalHoldPropertiesResponse

The LegalHold property of the container.

Name string

The name of the resource

RemainingRetentionDays int

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.

DefaultEncryptionScope string

Default the container to use specified encryption scope for all writes.

DenyEncryptionScopeOverride bool

Block override of encryption scope from the container default.

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.

HasImmutabilityPolicy bool

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.

HasLegalHold bool

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 ImmutabilityPolicyPropertiesResponse

The ImmutabilityPolicy property of the container.

LastModifiedTime string

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 LegalHoldPropertiesResponse

The LegalHold property of the container.

Name string

The name of the resource

RemainingRetentionDays int

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.

DefaultEncryptionScope string

Default the container to use specified encryption scope for all writes.

DenyEncryptionScopeOverride bool

Block override of encryption scope from the container default.

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.

hasImmutabilityPolicy Boolean

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.

hasLegalHold Boolean

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 ImmutabilityPolicyPropertiesResponse

The ImmutabilityPolicy property of the container.

lastModifiedTime String

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 LegalHoldPropertiesResponse

The LegalHold property of the container.

name String

The name of the resource

remainingRetentionDays Integer

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.

defaultEncryptionScope String

Default the container to use specified encryption scope for all writes.

denyEncryptionScopeOverride Boolean

Block override of encryption scope from the container default.

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.

hasImmutabilityPolicy boolean

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.

hasLegalHold boolean

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 ImmutabilityPolicyPropertiesResponse

The ImmutabilityPolicy property of the container.

lastModifiedTime string

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 LegalHoldPropertiesResponse

The LegalHold property of the container.

name string

The name of the resource

remainingRetentionDays number

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.

defaultEncryptionScope string

Default the container to use specified encryption scope for all writes.

denyEncryptionScopeOverride boolean

Block override of encryption scope from the container default.

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_policy bool

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_hold bool

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 ImmutabilityPolicyPropertiesResponse

The ImmutabilityPolicy property of the container.

last_modified_time str

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 LegalHoldPropertiesResponse

The LegalHold property of the container.

name str

The name of the resource

remaining_retention_days int

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_scope str

Default the container to use specified encryption scope for all writes.

deny_encryption_scope_override bool

Block override of encryption scope from the container default.

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.

hasImmutabilityPolicy Boolean

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.

hasLegalHold Boolean

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.

lastModifiedTime String

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

remainingRetentionDays Number

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.

defaultEncryptionScope String

Default the container to use specified encryption scope for all writes.

denyEncryptionScopeOverride Boolean

Block override of encryption scope from the container default.

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.AzureNative.Storage.Inputs.UpdateHistoryPropertyResponse>

The ImmutabilityPolicy update history of the blob container.

AllowProtectedAppendWrites bool

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

ImmutabilityPeriodSinceCreationInDays int

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 []UpdateHistoryPropertyResponse

The ImmutabilityPolicy update history of the blob container.

AllowProtectedAppendWrites bool

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

ImmutabilityPeriodSinceCreationInDays int

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<UpdateHistoryPropertyResponse>

The ImmutabilityPolicy update history of the blob container.

allowProtectedAppendWrites Boolean

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

immutabilityPeriodSinceCreationInDays Integer

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 UpdateHistoryPropertyResponse[]

The ImmutabilityPolicy update history of the blob container.

allowProtectedAppendWrites boolean

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

immutabilityPeriodSinceCreationInDays number

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[UpdateHistoryPropertyResponse]

The ImmutabilityPolicy update history of the blob container.

allow_protected_append_writes bool

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

immutability_period_since_creation_in_days int

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.

allowProtectedAppendWrites Boolean

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

immutabilityPeriodSinceCreationInDays Number

The immutability period for the blobs in the container since the policy creation, in days.

LegalHoldPropertiesResponse

HasLegalHold bool

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.

Tags List<Pulumi.AzureNative.Storage.Inputs.TagPropertyResponse>

The list of LegalHold tags of a blob container.

HasLegalHold bool

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.

Tags []TagPropertyResponse

The list of LegalHold tags of a blob container.

hasLegalHold Boolean

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.

tags List<TagPropertyResponse>

The list of LegalHold tags of a blob container.

hasLegalHold boolean

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.

tags TagPropertyResponse[]

The list of LegalHold tags of a blob container.

has_legal_hold bool

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.

tags Sequence[TagPropertyResponse]

The list of LegalHold tags of a blob container.

hasLegalHold Boolean

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.

tags List<Property Map>

The list of LegalHold tags of a blob container.

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

ImmutabilityPeriodSinceCreationInDays int

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.

ImmutabilityPeriodSinceCreationInDays int

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.

immutabilityPeriodSinceCreationInDays Integer

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.

immutabilityPeriodSinceCreationInDays number

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.

immutability_period_since_creation_in_days int

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.

immutabilityPeriodSinceCreationInDays Number

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.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0