Skip to content

storage.v1beta1.account

"Account is the Schema for the Accounts API. Manages a Azure Storage Account."

Index

Fields

fn new

new(name)

new returns an instance of Account

obj metadata

"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."

fn metadata.withAnnotations

withAnnotations(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

fn metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

Note: This function appends passed data to existing values

fn metadata.withClusterName

withClusterName(clusterName)

"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."

fn metadata.withCreationTimestamp

withCreationTimestamp(creationTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withDeletionGracePeriodSeconds

withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)

"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."

fn metadata.withDeletionTimestamp

withDeletionTimestamp(deletionTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withFinalizers

withFinalizers(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

fn metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

Note: This function appends passed data to existing values

fn metadata.withGenerateName

withGenerateName(generateName)

"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"

fn metadata.withGeneration

withGeneration(generation)

"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."

fn metadata.withLabels

withLabels(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

fn metadata.withLabelsMixin

withLabelsMixin(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

Note: This function appends passed data to existing values

fn metadata.withName

withName(name)

"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"

fn metadata.withNamespace

withNamespace(namespace)

"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"

fn metadata.withOwnerReferences

withOwnerReferences(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

fn metadata.withOwnerReferencesMixin

withOwnerReferencesMixin(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

Note: This function appends passed data to existing values

fn metadata.withResourceVersion

withResourceVersion(resourceVersion)

"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

fn metadata.withUid

withUid(uid)

"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"

obj spec

"AccountSpec defines the desired state of Account"

fn spec.withDeletionPolicy

withDeletionPolicy(deletionPolicy)

"DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either \"Delete\" or \"Orphan\" the external resource."

obj spec.forProvider

fn spec.forProvider.withAccessTier

withAccessTier(accessTier)

"Defines the access tier for BlobStorage, FileStorage and StorageV2 accounts. Valid options are Hot and Cool, defaults to Hot."

fn spec.forProvider.withAccountKind

withAccountKind(accountKind)

"Defines the Kind of account. Valid options are BlobStorage, BlockBlobStorage, FileStorage, Storage and StorageV2. Defaults to StorageV2."

fn spec.forProvider.withAccountReplicationType

withAccountReplicationType(accountReplicationType)

"Defines the type of replication to use for this storage account. Valid options are LRS, GRS, RAGRS, ZRS, GZRS and RAGZRS."

fn spec.forProvider.withAccountTier

withAccountTier(accountTier)

"Defines the Tier to use for this storage account. Valid options are Standard and Premium. For BlockBlobStorage and FileStorage accounts only Premium is valid. Changing this forces a new resource to be created."

fn spec.forProvider.withAllowNestedItemsToBePublic

withAllowNestedItemsToBePublic(allowNestedItemsToBePublic)

"Allow or disallow nested items within this Account to opt into being public. Defaults to true."

fn spec.forProvider.withAllowedCopyScope

withAllowedCopyScope(allowedCopyScope)

"Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. Possible values are AAD and PrivateLink."

fn spec.forProvider.withAzureFilesAuthentication

withAzureFilesAuthentication(azureFilesAuthentication)

"A azure_files_authentication block as defined below."

fn spec.forProvider.withAzureFilesAuthenticationMixin

withAzureFilesAuthenticationMixin(azureFilesAuthentication)

"A azure_files_authentication block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withBlobProperties

withBlobProperties(blobProperties)

"A blob_properties block as defined below."

fn spec.forProvider.withBlobPropertiesMixin

withBlobPropertiesMixin(blobProperties)

"A blob_properties block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withCrossTenantReplicationEnabled

withCrossTenantReplicationEnabled(crossTenantReplicationEnabled)

"Should cross Tenant replication be enabled? Defaults to true."

fn spec.forProvider.withCustomDomain

withCustomDomain(customDomain)

"A custom_domain block as documented below."

fn spec.forProvider.withCustomDomainMixin

withCustomDomainMixin(customDomain)

"A custom_domain block as documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.withCustomerManagedKey

withCustomerManagedKey(customerManagedKey)

"A customer_managed_key block as documented below."

fn spec.forProvider.withCustomerManagedKeyMixin

withCustomerManagedKeyMixin(customerManagedKey)

"A customer_managed_key block as documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.withDefaultToOauthAuthentication

withDefaultToOauthAuthentication(defaultToOauthAuthentication)

"Default to Azure Active Directory authorization in the Azure portal when accessing the Storage Account. The default value is false"

fn spec.forProvider.withEdgeZone

withEdgeZone(edgeZone)

"Specifies the Edge Zone within the Azure Region where this Storage Account should exist. Changing this forces a new Storage Account to be created."

fn spec.forProvider.withEnableHttpsTrafficOnly

withEnableHttpsTrafficOnly(enableHttpsTrafficOnly)

"Boolean flag which forces HTTPS if enabled, see here for more information. Defaults to true."

fn spec.forProvider.withIdentity

withIdentity(identity)

"An identity block as defined below."

fn spec.forProvider.withIdentityMixin

withIdentityMixin(identity)

"An identity block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withImmutabilityPolicy

withImmutabilityPolicy(immutabilityPolicy)

"An immutability_policy block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.withImmutabilityPolicyMixin

withImmutabilityPolicyMixin(immutabilityPolicy)

"An immutability_policy block as defined below. Changing this forces a new resource to be created."

Note: This function appends passed data to existing values

fn spec.forProvider.withInfrastructureEncryptionEnabled

withInfrastructureEncryptionEnabled(infrastructureEncryptionEnabled)

"Is infrastructure encryption enabled? Changing this forces a new resource to be created. Defaults to false."

fn spec.forProvider.withIsHnsEnabled

withIsHnsEnabled(isHnsEnabled)

"Is Hierarchical Namespace enabled? This can be used with Azure Data Lake Storage Gen 2 (see here for more information). Changing this forces a new resource to be created."

fn spec.forProvider.withLargeFileShareEnabled

withLargeFileShareEnabled(largeFileShareEnabled)

"Is Large File Share Enabled?"

fn spec.forProvider.withLocation

withLocation(location)

"Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created."

fn spec.forProvider.withMinTlsVersion

withMinTlsVersion(minTlsVersion)

"The minimum supported TLS version for the storage account. Possible values are TLS1_0, TLS1_1, and TLS1_2. Defaults to TLS1_2 for new storage accounts."

fn spec.forProvider.withNetworkRules

withNetworkRules(networkRules)

"A network_rules block as documented below."

fn spec.forProvider.withNetworkRulesMixin

withNetworkRulesMixin(networkRules)

"A network_rules block as documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.withNfsv3Enabled

withNfsv3Enabled(nfsv3Enabled)

"Is NFSv3 protocol enabled? Changing this forces a new resource to be created. Defaults to false."

fn spec.forProvider.withPublicNetworkAccessEnabled

withPublicNetworkAccessEnabled(publicNetworkAccessEnabled)

"Whether the public network access is enabled? Defaults to true."

fn spec.forProvider.withQueueEncryptionKeyType

withQueueEncryptionKeyType(queueEncryptionKeyType)

"The encryption type of the queue service. Possible values are Service and Account. Changing this forces a new resource to be created. Default value is Service."

fn spec.forProvider.withQueueProperties

withQueueProperties(queueProperties)

"A queue_properties block as defined below."

fn spec.forProvider.withQueuePropertiesMixin

withQueuePropertiesMixin(queueProperties)

"A queue_properties block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withResourceGroupName

withResourceGroupName(resourceGroupName)

"The name of the resource group in which to create the storage account. Changing this forces a new resource to be created."

fn spec.forProvider.withRouting

withRouting(routing)

"A routing block as defined below."

fn spec.forProvider.withRoutingMixin

withRoutingMixin(routing)

"A routing block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withSasPolicy

withSasPolicy(sasPolicy)

"A sas_policy block as defined below."

fn spec.forProvider.withSasPolicyMixin

withSasPolicyMixin(sasPolicy)

"A sas_policy block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withSftpEnabled

withSftpEnabled(sftpEnabled)

"Boolean, enable SFTP for the storage account"

fn spec.forProvider.withShareProperties

withShareProperties(shareProperties)

"A share_properties block as defined below."

fn spec.forProvider.withSharePropertiesMixin

withSharePropertiesMixin(shareProperties)

"A share_properties block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withSharedAccessKeyEnabled

withSharedAccessKeyEnabled(sharedAccessKeyEnabled)

"Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is true."

fn spec.forProvider.withStaticWebsite

withStaticWebsite(staticWebsite)

"A static_website block as defined below."

fn spec.forProvider.withStaticWebsiteMixin

withStaticWebsiteMixin(staticWebsite)

"A static_website block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withTableEncryptionKeyType

withTableEncryptionKeyType(tableEncryptionKeyType)

"The encryption type of the table service. Possible values are Service and Account. Changing this forces a new resource to be created. Default value is Service."

fn spec.forProvider.withTags

withTags(tags)

"A mapping of tags to assign to the resource."

fn spec.forProvider.withTagsMixin

withTagsMixin(tags)

"A mapping of tags to assign to the resource."

Note: This function appends passed data to existing values

obj spec.forProvider.azureFilesAuthentication

"A azure_files_authentication block as defined below."

fn spec.forProvider.azureFilesAuthentication.withActiveDirectory

withActiveDirectory(activeDirectory)

"A active_directory block as defined below. Required when directory_type is AD."

fn spec.forProvider.azureFilesAuthentication.withActiveDirectoryMixin

withActiveDirectoryMixin(activeDirectory)

"A active_directory block as defined below. Required when directory_type is AD."

Note: This function appends passed data to existing values

fn spec.forProvider.azureFilesAuthentication.withDirectoryType

withDirectoryType(directoryType)

"Specifies the directory service used. Possible values are AADDS, AD and AADKERB."

obj spec.forProvider.azureFilesAuthentication.activeDirectory

"A active_directory block as defined below. Required when directory_type is AD."

fn spec.forProvider.azureFilesAuthentication.activeDirectory.withDomainGuid

withDomainGuid(domainGuid)

"Specifies the domain GUID."

fn spec.forProvider.azureFilesAuthentication.activeDirectory.withDomainName

withDomainName(domainName)

"Specifies the primary domain that the AD DNS server is authoritative for."

fn spec.forProvider.azureFilesAuthentication.activeDirectory.withDomainSid

withDomainSid(domainSid)

"Specifies the security identifier (SID)."

fn spec.forProvider.azureFilesAuthentication.activeDirectory.withForestName

withForestName(forestName)

"Specifies the Active Directory forest."

fn spec.forProvider.azureFilesAuthentication.activeDirectory.withNetbiosDomainName

withNetbiosDomainName(netbiosDomainName)

"Specifies the NetBIOS domain name."

fn spec.forProvider.azureFilesAuthentication.activeDirectory.withStorageSid

withStorageSid(storageSid)

"Specifies the security identifier (SID) for Azure Storage."

obj spec.forProvider.blobProperties

"A blob_properties block as defined below."

fn spec.forProvider.blobProperties.withChangeFeedEnabled

withChangeFeedEnabled(changeFeedEnabled)

"Is the blob service properties for change feed events enabled? Default to false."

fn spec.forProvider.blobProperties.withChangeFeedRetentionInDays

withChangeFeedRetentionInDays(changeFeedRetentionInDays)

"The duration of change feed events retention in days. The possible values are between 1 and 146000 days (400 years). Setting this to null (or omit this in the configuration file) indicates an infinite retention of the change feed."

fn spec.forProvider.blobProperties.withContainerDeleteRetentionPolicy

withContainerDeleteRetentionPolicy(containerDeleteRetentionPolicy)

"A container_delete_retention_policy block as defined below."

fn spec.forProvider.blobProperties.withContainerDeleteRetentionPolicyMixin

withContainerDeleteRetentionPolicyMixin(containerDeleteRetentionPolicy)

"A container_delete_retention_policy block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.withCorsRule

withCorsRule(corsRule)

"A cors_rule block as defined below."

fn spec.forProvider.blobProperties.withCorsRuleMixin

withCorsRuleMixin(corsRule)

"A cors_rule block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.withDefaultServiceVersion

withDefaultServiceVersion(defaultServiceVersion)

"The API Version which should be used by default for requests to the Data Plane API if an incoming request doesn't specify an API Version."

fn spec.forProvider.blobProperties.withDeleteRetentionPolicy

withDeleteRetentionPolicy(deleteRetentionPolicy)

"A delete_retention_policy block as defined below."

fn spec.forProvider.blobProperties.withDeleteRetentionPolicyMixin

withDeleteRetentionPolicyMixin(deleteRetentionPolicy)

"A delete_retention_policy block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.withLastAccessTimeEnabled

withLastAccessTimeEnabled(lastAccessTimeEnabled)

"Is the last access time based tracking enabled? Default to false."

fn spec.forProvider.blobProperties.withRestorePolicy

withRestorePolicy(restorePolicy)

"A restore_policy block as defined below. This must be used together with delete_retention_policy set, versioning_enabled and change_feed_enabled set to true."

fn spec.forProvider.blobProperties.withRestorePolicyMixin

withRestorePolicyMixin(restorePolicy)

"A restore_policy block as defined below. This must be used together with delete_retention_policy set, versioning_enabled and change_feed_enabled set to true."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.withVersioningEnabled

withVersioningEnabled(versioningEnabled)

"Is versioning enabled? Default to false."

obj spec.forProvider.blobProperties.containerDeleteRetentionPolicy

"A container_delete_retention_policy block as defined below."

fn spec.forProvider.blobProperties.containerDeleteRetentionPolicy.withDays

withDays(days)

"Specifies the number of days that the azurerm_storage_share should be retained, between 1 and 365 days. Defaults to 7."

obj spec.forProvider.blobProperties.corsRule

"A cors_rule block as defined below."

fn spec.forProvider.blobProperties.corsRule.withAllowedHeaders

withAllowedHeaders(allowedHeaders)

"A list of headers that are allowed to be a part of the cross-origin request."

fn spec.forProvider.blobProperties.corsRule.withAllowedHeadersMixin

withAllowedHeadersMixin(allowedHeaders)

"A list of headers that are allowed to be a part of the cross-origin request."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.corsRule.withAllowedMethods

withAllowedMethods(allowedMethods)

"A list of HTTP methods that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH."

fn spec.forProvider.blobProperties.corsRule.withAllowedMethodsMixin

withAllowedMethodsMixin(allowedMethods)

"A list of HTTP methods that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.corsRule.withAllowedOrigins

withAllowedOrigins(allowedOrigins)

"A list of origin domains that will be allowed by CORS."

fn spec.forProvider.blobProperties.corsRule.withAllowedOriginsMixin

withAllowedOriginsMixin(allowedOrigins)

"A list of origin domains that will be allowed by CORS."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.corsRule.withExposedHeaders

withExposedHeaders(exposedHeaders)

"A list of response headers that are exposed to CORS clients."

fn spec.forProvider.blobProperties.corsRule.withExposedHeadersMixin

withExposedHeadersMixin(exposedHeaders)

"A list of response headers that are exposed to CORS clients."

Note: This function appends passed data to existing values

fn spec.forProvider.blobProperties.corsRule.withMaxAgeInSeconds

withMaxAgeInSeconds(maxAgeInSeconds)

"The number of seconds the client should cache a preflight response."

obj spec.forProvider.blobProperties.deleteRetentionPolicy

"A delete_retention_policy block as defined below."

fn spec.forProvider.blobProperties.deleteRetentionPolicy.withDays

withDays(days)

"Specifies the number of days that the azurerm_storage_share should be retained, between 1 and 365 days. Defaults to 7."

obj spec.forProvider.blobProperties.restorePolicy

"A restore_policy block as defined below. This must be used together with delete_retention_policy set, versioning_enabled and change_feed_enabled set to true."

fn spec.forProvider.blobProperties.restorePolicy.withDays

withDays(days)

"Specifies the number of days that the azurerm_storage_share should be retained, between 1 and 365 days. Defaults to 7."

obj spec.forProvider.customDomain

"A custom_domain block as documented below."

fn spec.forProvider.customDomain.withName

withName(name)

"The Custom Domain Name to use for the Storage Account, which will be validated by Azure."

fn spec.forProvider.customDomain.withUseSubdomain

withUseSubdomain(useSubdomain)

"Should the Custom Domain Name be validated by using indirect CNAME validation?"

obj spec.forProvider.customerManagedKey

"A customer_managed_key block as documented below."

fn spec.forProvider.customerManagedKey.withKeyVaultKeyId

withKeyVaultKeyId(keyVaultKeyId)

"The ID of the Key Vault Key, supplying a version-less key ID will enable auto-rotation of this key."

fn spec.forProvider.customerManagedKey.withUserAssignedIdentityId

withUserAssignedIdentityId(userAssignedIdentityId)

"The ID of a user assigned identity."

obj spec.forProvider.identity

"An identity block as defined below."

fn spec.forProvider.identity.withIdentityIds

withIdentityIds(identityIds)

"Specifies a list of User Assigned Managed Identity IDs to be assigned to this Storage Account."

fn spec.forProvider.identity.withIdentityIdsMixin

withIdentityIdsMixin(identityIds)

"Specifies a list of User Assigned Managed Identity IDs to be assigned to this Storage Account."

Note: This function appends passed data to existing values

fn spec.forProvider.identity.withType

withType(type)

"Specifies the type of Managed Service Identity that should be configured on this Storage Account. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both)."

obj spec.forProvider.immutabilityPolicy

"An immutability_policy block as defined below. Changing this forces a new resource to be created."

fn spec.forProvider.immutabilityPolicy.withAllowProtectedAppendWrites

withAllowProtectedAppendWrites(allowProtectedAppendWrites)

"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."

fn spec.forProvider.immutabilityPolicy.withPeriodSinceCreationInDays

withPeriodSinceCreationInDays(periodSinceCreationInDays)

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

fn spec.forProvider.immutabilityPolicy.withState

withState(state)

"Defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted."

obj spec.forProvider.networkRules

"A network_rules block as documented below."

fn spec.forProvider.networkRules.withBypass

withBypass(bypass)

"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None."

fn spec.forProvider.networkRules.withBypassMixin

withBypassMixin(bypass)

"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None."

Note: This function appends passed data to existing values

fn spec.forProvider.networkRules.withDefaultAction

withDefaultAction(defaultAction)

"Specifies the default action of allow or deny when no other rules match. Valid options are Deny or Allow."

fn spec.forProvider.networkRules.withIpRules

withIpRules(ipRules)

"List of public IP or IP ranges in CIDR Format. Only IPv4 addresses are allowed. Private IP address ranges (as defined in RFC 1918) are not allowed."

fn spec.forProvider.networkRules.withIpRulesMixin

withIpRulesMixin(ipRules)

"List of public IP or IP ranges in CIDR Format. Only IPv4 addresses are allowed. Private IP address ranges (as defined in RFC 1918) are not allowed."

Note: This function appends passed data to existing values

fn spec.forProvider.networkRules.withPrivateLinkAccess

withPrivateLinkAccess(privateLinkAccess)

"One or More private_link_access block as defined below."

fn spec.forProvider.networkRules.withPrivateLinkAccessMixin

withPrivateLinkAccessMixin(privateLinkAccess)

"One or More private_link_access block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.networkRules.withVirtualNetworkSubnetIds

withVirtualNetworkSubnetIds(virtualNetworkSubnetIds)

"A list of resource ids for subnets."

fn spec.forProvider.networkRules.withVirtualNetworkSubnetIdsMixin

withVirtualNetworkSubnetIdsMixin(virtualNetworkSubnetIds)

"A list of resource ids for subnets."

Note: This function appends passed data to existing values

obj spec.forProvider.networkRules.privateLinkAccess

"One or More private_link_access block as defined below."

fn spec.forProvider.networkRules.privateLinkAccess.withEndpointResourceId

withEndpointResourceId(endpointResourceId)

"The resource id of the resource access rule to be granted access."

fn spec.forProvider.networkRules.privateLinkAccess.withEndpointTenantId

withEndpointTenantId(endpointTenantId)

"The tenant id of the resource of the resource access rule to be granted access. Defaults to the current tenant id."

obj spec.forProvider.queueProperties

"A queue_properties block as defined below."

fn spec.forProvider.queueProperties.withCorsRule

withCorsRule(corsRule)

"A cors_rule block as defined above."

fn spec.forProvider.queueProperties.withCorsRuleMixin

withCorsRuleMixin(corsRule)

"A cors_rule block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.queueProperties.withHourMetrics

withHourMetrics(hourMetrics)

"A hour_metrics block as defined below."

fn spec.forProvider.queueProperties.withHourMetricsMixin

withHourMetricsMixin(hourMetrics)

"A hour_metrics block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.queueProperties.withLogging

withLogging(logging)

"A logging block as defined below."

fn spec.forProvider.queueProperties.withLoggingMixin

withLoggingMixin(logging)

"A logging block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.queueProperties.withMinuteMetrics

withMinuteMetrics(minuteMetrics)

"A minute_metrics block as defined below."

fn spec.forProvider.queueProperties.withMinuteMetricsMixin

withMinuteMetricsMixin(minuteMetrics)

"A minute_metrics block as defined below."

Note: This function appends passed data to existing values

obj spec.forProvider.queueProperties.corsRule

"A cors_rule block as defined above."

fn spec.forProvider.queueProperties.corsRule.withAllowedHeaders

withAllowedHeaders(allowedHeaders)

"A list of headers that are allowed to be a part of the cross-origin request."

fn spec.forProvider.queueProperties.corsRule.withAllowedHeadersMixin

withAllowedHeadersMixin(allowedHeaders)

"A list of headers that are allowed to be a part of the cross-origin request."

Note: This function appends passed data to existing values

fn spec.forProvider.queueProperties.corsRule.withAllowedMethods

withAllowedMethods(allowedMethods)

"A list of HTTP methods that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH."

fn spec.forProvider.queueProperties.corsRule.withAllowedMethodsMixin

withAllowedMethodsMixin(allowedMethods)

"A list of HTTP methods that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH."

Note: This function appends passed data to existing values

fn spec.forProvider.queueProperties.corsRule.withAllowedOrigins

withAllowedOrigins(allowedOrigins)

"A list of origin domains that will be allowed by CORS."

fn spec.forProvider.queueProperties.corsRule.withAllowedOriginsMixin

withAllowedOriginsMixin(allowedOrigins)

"A list of origin domains that will be allowed by CORS."

Note: This function appends passed data to existing values

fn spec.forProvider.queueProperties.corsRule.withExposedHeaders

withExposedHeaders(exposedHeaders)

"A list of response headers that are exposed to CORS clients."

fn spec.forProvider.queueProperties.corsRule.withExposedHeadersMixin

withExposedHeadersMixin(exposedHeaders)

"A list of response headers that are exposed to CORS clients."

Note: This function appends passed data to existing values

fn spec.forProvider.queueProperties.corsRule.withMaxAgeInSeconds

withMaxAgeInSeconds(maxAgeInSeconds)

"The number of seconds the client should cache a preflight response."

obj spec.forProvider.queueProperties.hourMetrics

"A hour_metrics block as defined below."

fn spec.forProvider.queueProperties.hourMetrics.withEnabled

withEnabled(enabled)

"Indicates whether minute metrics are enabled for the Queue service."

fn spec.forProvider.queueProperties.hourMetrics.withIncludeApis

withIncludeApis(includeApis)

"Indicates whether metrics should generate summary statistics for called API operations."

fn spec.forProvider.queueProperties.hourMetrics.withRetentionPolicyDays

withRetentionPolicyDays(retentionPolicyDays)

"Specifies the number of days that logs will be retained."

fn spec.forProvider.queueProperties.hourMetrics.withVersion

withVersion(version)

"The version of storage analytics to configure."

obj spec.forProvider.queueProperties.logging

"A logging block as defined below."

fn spec.forProvider.queueProperties.logging.withDelete

withDelete(delete)

"(Defaults to 60 minutes) Used when deleting the Storage Account."

fn spec.forProvider.queueProperties.logging.withRead

withRead(read)

"(Defaults to 5 minutes) Used when retrieving the Storage Account."

fn spec.forProvider.queueProperties.logging.withRetentionPolicyDays

withRetentionPolicyDays(retentionPolicyDays)

"Specifies the number of days that logs will be retained."

fn spec.forProvider.queueProperties.logging.withVersion

withVersion(version)

"The version of storage analytics to configure."

fn spec.forProvider.queueProperties.logging.withWrite

withWrite(write)

"Indicates whether all write requests should be logged."

obj spec.forProvider.queueProperties.minuteMetrics

"A minute_metrics block as defined below."

fn spec.forProvider.queueProperties.minuteMetrics.withEnabled

withEnabled(enabled)

"Indicates whether minute metrics are enabled for the Queue service."

fn spec.forProvider.queueProperties.minuteMetrics.withIncludeApis

withIncludeApis(includeApis)

"Indicates whether metrics should generate summary statistics for called API operations."

fn spec.forProvider.queueProperties.minuteMetrics.withRetentionPolicyDays

withRetentionPolicyDays(retentionPolicyDays)

"Specifies the number of days that logs will be retained."

fn spec.forProvider.queueProperties.minuteMetrics.withVersion

withVersion(version)

"The version of storage analytics to configure."

obj spec.forProvider.resourceGroupNameRef

"Reference to a ResourceGroup in azure to populate resourceGroupName."

fn spec.forProvider.resourceGroupNameRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.resourceGroupNameRef.policy

"Policies for referencing."

fn spec.forProvider.resourceGroupNameRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.resourceGroupNameRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.resourceGroupNameSelector

"Selector for a ResourceGroup in azure to populate resourceGroupName."

fn spec.forProvider.resourceGroupNameSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.resourceGroupNameSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.resourceGroupNameSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.resourceGroupNameSelector.policy

"Policies for selection."

fn spec.forProvider.resourceGroupNameSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.resourceGroupNameSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.routing

"A routing block as defined below."

fn spec.forProvider.routing.withChoice

withChoice(choice)

"Specifies the kind of network routing opted by the user. Possible values are InternetRouting and MicrosoftRouting. Defaults to MicrosoftRouting."

fn spec.forProvider.routing.withPublishInternetEndpoints

withPublishInternetEndpoints(publishInternetEndpoints)

"Should internet routing storage endpoints be published? Defaults to false."

fn spec.forProvider.routing.withPublishMicrosoftEndpoints

withPublishMicrosoftEndpoints(publishMicrosoftEndpoints)

"Should Microsoft routing storage endpoints be published? Defaults to false."

obj spec.forProvider.sasPolicy

"A sas_policy block as defined below."

fn spec.forProvider.sasPolicy.withExpirationAction

withExpirationAction(expirationAction)

"The SAS expiration action. The only possible value is Log at this moment. Defaults to Log."

fn spec.forProvider.sasPolicy.withExpirationPeriod

withExpirationPeriod(expirationPeriod)

"The SAS expiration period in format of DD.HH:MM:SS."

obj spec.forProvider.shareProperties

"A share_properties block as defined below."

fn spec.forProvider.shareProperties.withCorsRule

withCorsRule(corsRule)

"A cors_rule block as defined below."

fn spec.forProvider.shareProperties.withCorsRuleMixin

withCorsRuleMixin(corsRule)

"A cors_rule block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.withRetentionPolicy

withRetentionPolicy(retentionPolicy)

"A retention_policy block as defined below."

fn spec.forProvider.shareProperties.withRetentionPolicyMixin

withRetentionPolicyMixin(retentionPolicy)

"A retention_policy block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.withSmb

withSmb(smb)

"A smb block as defined below."

fn spec.forProvider.shareProperties.withSmbMixin

withSmbMixin(smb)

"A smb block as defined below."

Note: This function appends passed data to existing values

obj spec.forProvider.shareProperties.corsRule

"A cors_rule block as defined below."

fn spec.forProvider.shareProperties.corsRule.withAllowedHeaders

withAllowedHeaders(allowedHeaders)

"A list of headers that are allowed to be a part of the cross-origin request."

fn spec.forProvider.shareProperties.corsRule.withAllowedHeadersMixin

withAllowedHeadersMixin(allowedHeaders)

"A list of headers that are allowed to be a part of the cross-origin request."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.corsRule.withAllowedMethods

withAllowedMethods(allowedMethods)

"A list of HTTP methods that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH."

fn spec.forProvider.shareProperties.corsRule.withAllowedMethodsMixin

withAllowedMethodsMixin(allowedMethods)

"A list of HTTP methods that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.corsRule.withAllowedOrigins

withAllowedOrigins(allowedOrigins)

"A list of origin domains that will be allowed by CORS."

fn spec.forProvider.shareProperties.corsRule.withAllowedOriginsMixin

withAllowedOriginsMixin(allowedOrigins)

"A list of origin domains that will be allowed by CORS."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.corsRule.withExposedHeaders

withExposedHeaders(exposedHeaders)

"A list of response headers that are exposed to CORS clients."

fn spec.forProvider.shareProperties.corsRule.withExposedHeadersMixin

withExposedHeadersMixin(exposedHeaders)

"A list of response headers that are exposed to CORS clients."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.corsRule.withMaxAgeInSeconds

withMaxAgeInSeconds(maxAgeInSeconds)

"The number of seconds the client should cache a preflight response."

obj spec.forProvider.shareProperties.retentionPolicy

"A retention_policy block as defined below."

fn spec.forProvider.shareProperties.retentionPolicy.withDays

withDays(days)

"Specifies the number of days that the azurerm_storage_share should be retained, between 1 and 365 days. Defaults to 7."

obj spec.forProvider.shareProperties.smb

"A smb block as defined below."

fn spec.forProvider.shareProperties.smb.withAuthenticationTypes

withAuthenticationTypes(authenticationTypes)

"A set of SMB authentication methods. Possible values are NTLMv2, and Kerberos."

fn spec.forProvider.shareProperties.smb.withAuthenticationTypesMixin

withAuthenticationTypesMixin(authenticationTypes)

"A set of SMB authentication methods. Possible values are NTLMv2, and Kerberos."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.smb.withChannelEncryptionType

withChannelEncryptionType(channelEncryptionType)

"A set of SMB channel encryption. Possible values are AES-128-CCM, AES-128-GCM, and AES-256-GCM."

fn spec.forProvider.shareProperties.smb.withChannelEncryptionTypeMixin

withChannelEncryptionTypeMixin(channelEncryptionType)

"A set of SMB channel encryption. Possible values are AES-128-CCM, AES-128-GCM, and AES-256-GCM."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.smb.withKerberosTicketEncryptionType

withKerberosTicketEncryptionType(kerberosTicketEncryptionType)

"A set of Kerberos ticket encryption. Possible values are RC4-HMAC, and AES-256."

fn spec.forProvider.shareProperties.smb.withKerberosTicketEncryptionTypeMixin

withKerberosTicketEncryptionTypeMixin(kerberosTicketEncryptionType)

"A set of Kerberos ticket encryption. Possible values are RC4-HMAC, and AES-256."

Note: This function appends passed data to existing values

fn spec.forProvider.shareProperties.smb.withMultichannelEnabled

withMultichannelEnabled(multichannelEnabled)

"Indicates whether multichannel is enabled. Defaults to false. This is only supported on Premium storage accounts."

fn spec.forProvider.shareProperties.smb.withVersions

withVersions(versions)

"A set of SMB protocol versions. Possible values are SMB2.1, SMB3.0, and SMB3.1.1."

fn spec.forProvider.shareProperties.smb.withVersionsMixin

withVersionsMixin(versions)

"A set of SMB protocol versions. Possible values are SMB2.1, SMB3.0, and SMB3.1.1."

Note: This function appends passed data to existing values

obj spec.forProvider.staticWebsite

"A static_website block as defined below."

fn spec.forProvider.staticWebsite.withError404Document

withError404Document(error404Document)

"The absolute path to a custom webpage that should be used when a request is made which does not correspond to an existing file."

fn spec.forProvider.staticWebsite.withIndexDocument

withIndexDocument(indexDocument)

"The webpage that Azure Storage serves for requests to the root of a website or any subfolder. For example, index.html. The value is case-sensitive."

obj spec.providerConfigRef

"ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured."

fn spec.providerConfigRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerConfigRef.policy

"Policies for referencing."

fn spec.providerConfigRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerConfigRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.providerRef

"ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef"

fn spec.providerRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerRef.policy

"Policies for referencing."

fn spec.providerRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo

"PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource."

fn spec.publishConnectionDetailsTo.withName

withName(name)

"Name is the name of the connection secret."

obj spec.publishConnectionDetailsTo.configRef

"SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret."

fn spec.publishConnectionDetailsTo.configRef.withName

withName(name)

"Name of the referenced object."

obj spec.publishConnectionDetailsTo.configRef.policy

"Policies for referencing."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo.metadata

"Metadata is the metadata for connection secret."

fn spec.publishConnectionDetailsTo.metadata.withAnnotations

withAnnotations(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withLabels

withLabels(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withType

withType(type)

"Type is the SecretType for the connection secret. - Only valid for Kubernetes Secret Stores."

obj spec.writeConnectionSecretToRef

"WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other."

fn spec.writeConnectionSecretToRef.withName

withName(name)

"Name of the secret."

fn spec.writeConnectionSecretToRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."