pulumi_wasm_providers_azure_mini::functions::storage::get_account

Struct GetAccountResult

source
pub struct GetAccountResult {
Show 93 fields pub access_tier: Output<String>, pub account_kind: Output<String>, pub account_replication_type: Output<String>, pub account_tier: Output<String>, pub allow_nested_items_to_be_public: Output<bool>, pub azure_files_authentications: Output<Vec<GetAccountAzureFilesAuthentication>>, pub custom_domains: Output<Vec<GetAccountCustomDomain>>, pub dns_endpoint_type: Output<String>, pub https_traffic_only_enabled: Output<bool>, pub id: Output<String>, pub identities: Output<Vec<GetAccountIdentity>>, pub infrastructure_encryption_enabled: Output<bool>, pub is_hns_enabled: Output<bool>, pub location: Output<String>, pub min_tls_version: Output<Option<String>>, pub name: Output<String>, pub nfsv3_enabled: Output<bool>, pub primary_access_key: Output<String>, pub primary_blob_connection_string: Output<String>, pub primary_blob_endpoint: Output<String>, pub primary_blob_host: Output<String>, pub primary_blob_internet_endpoint: Output<String>, pub primary_blob_internet_host: Output<String>, pub primary_blob_microsoft_endpoint: Output<String>, pub primary_blob_microsoft_host: Output<String>, pub primary_connection_string: Output<String>, pub primary_dfs_endpoint: Output<String>, pub primary_dfs_host: Output<String>, pub primary_dfs_internet_endpoint: Output<String>, pub primary_dfs_internet_host: Output<String>, pub primary_dfs_microsoft_endpoint: Output<String>, pub primary_dfs_microsoft_host: Output<String>, pub primary_file_endpoint: Output<String>, pub primary_file_host: Output<String>, pub primary_file_internet_endpoint: Output<String>, pub primary_file_internet_host: Output<String>, pub primary_file_microsoft_endpoint: Output<String>, pub primary_file_microsoft_host: Output<String>, pub primary_location: Output<String>, pub primary_queue_endpoint: Output<String>, pub primary_queue_host: Output<String>, pub primary_queue_microsoft_endpoint: Output<String>, pub primary_queue_microsoft_host: Output<String>, pub primary_table_endpoint: Output<String>, pub primary_table_host: Output<String>, pub primary_table_microsoft_endpoint: Output<String>, pub primary_table_microsoft_host: Output<String>, pub primary_web_endpoint: Output<String>, pub primary_web_host: Output<String>, pub primary_web_internet_endpoint: Output<String>, pub primary_web_internet_host: Output<String>, pub primary_web_microsoft_endpoint: Output<String>, pub primary_web_microsoft_host: Output<String>, pub queue_encryption_key_type: Output<String>, pub resource_group_name: Output<Option<String>>, pub secondary_access_key: Output<String>, pub secondary_blob_connection_string: Output<String>, pub secondary_blob_endpoint: Output<String>, pub secondary_blob_host: Output<String>, pub secondary_blob_internet_endpoint: Output<String>, pub secondary_blob_internet_host: Output<String>, pub secondary_blob_microsoft_endpoint: Output<String>, pub secondary_blob_microsoft_host: Output<String>, pub secondary_connection_string: Output<String>, pub secondary_dfs_endpoint: Output<String>, pub secondary_dfs_host: Output<String>, pub secondary_dfs_internet_endpoint: Output<String>, pub secondary_dfs_internet_host: Output<String>, pub secondary_dfs_microsoft_endpoint: Output<String>, pub secondary_dfs_microsoft_host: Output<String>, pub secondary_file_endpoint: Output<String>, pub secondary_file_host: Output<String>, pub secondary_file_internet_endpoint: Output<String>, pub secondary_file_internet_host: Output<String>, pub secondary_file_microsoft_endpoint: Output<String>, pub secondary_file_microsoft_host: Output<String>, pub secondary_location: Output<String>, pub secondary_queue_endpoint: Output<String>, pub secondary_queue_host: Output<String>, pub secondary_queue_microsoft_endpoint: Output<String>, pub secondary_queue_microsoft_host: Output<String>, pub secondary_table_endpoint: Output<String>, pub secondary_table_host: Output<String>, pub secondary_table_microsoft_endpoint: Output<String>, pub secondary_table_microsoft_host: Output<String>, pub secondary_web_endpoint: Output<String>, pub secondary_web_host: Output<String>, pub secondary_web_internet_endpoint: Output<String>, pub secondary_web_internet_host: Output<String>, pub secondary_web_microsoft_endpoint: Output<String>, pub secondary_web_microsoft_host: Output<String>, pub table_encryption_key_type: Output<String>, pub tags: Output<HashMap<String, String>>,
}

Fields§

§access_tier: Output<String>

The access tier for BlobStorage accounts.

§account_kind: Output<String>

The Kind of account.

§account_replication_type: Output<String>

The type of replication used for this storage account.

§account_tier: Output<String>

The Tier of this storage account.

§allow_nested_items_to_be_public: Output<bool>

Can nested items in the storage account opt into allowing public access?

§azure_files_authentications: Output<Vec<GetAccountAzureFilesAuthentication>>

A azure_files_authentication block as documented below.

§custom_domains: Output<Vec<GetAccountCustomDomain>>

supports the following:

§dns_endpoint_type: Output<String>

Which DNS endpoint type is used - either Standard or AzureDnsZone.

§https_traffic_only_enabled: Output<bool>

Is traffic only allowed via HTTPS? See here for more information.

§id: Output<String>

The provider-assigned unique ID for this managed resource.

§identities: Output<Vec<GetAccountIdentity>>

An identity block as documented below.

§infrastructure_encryption_enabled: Output<bool>

Is infrastructure encryption enabled? See here for more information.

§is_hns_enabled: Output<bool>

Is Hierarchical Namespace enabled?

§location: Output<String>

The Azure location where the Storage Account exists

§min_tls_version: Output<Option<String>>

The minimum supported TLS version for this storage account.

§name: Output<String>

The Custom Domain Name used for the Storage Account.

§nfsv3_enabled: Output<bool>

Is NFSv3 protocol enabled?

§primary_access_key: Output<String>

The primary access key for the Storage Account.

§primary_blob_connection_string: Output<String>

The connection string associated with the primary blob location

§primary_blob_endpoint: Output<String>

The endpoint URL for blob storage in the primary location.

§primary_blob_host: Output<String>

The hostname with port if applicable for blob storage in the primary location.

§primary_blob_internet_endpoint: Output<String>

The internet routing endpoint URL for blob storage in the primary location.

§primary_blob_internet_host: Output<String>

The internet routing hostname with port if applicable for blob storage in the primary location.

§primary_blob_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for blob storage in the primary location.

§primary_blob_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for blob storage in the primary location.

§primary_connection_string: Output<String>

The connection string associated with the primary location

§primary_dfs_endpoint: Output<String>

The endpoint URL for DFS storage in the primary location.

§primary_dfs_host: Output<String>

The hostname with port if applicable for DFS storage in the primary location.

§primary_dfs_internet_endpoint: Output<String>

The internet routing endpoint URL for DFS storage in the primary location.

§primary_dfs_internet_host: Output<String>

The internet routing hostname with port if applicable for DFS storage in the primary location.

§primary_dfs_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for DFS storage in the primary location.

§primary_dfs_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for DFS storage in the primary location.

§primary_file_endpoint: Output<String>

The endpoint URL for file storage in the primary location.

§primary_file_host: Output<String>

The hostname with port if applicable for file storage in the primary location.

§primary_file_internet_endpoint: Output<String>

The internet routing endpoint URL for file storage in the primary location.

§primary_file_internet_host: Output<String>

The internet routing hostname with port if applicable for file storage in the primary location.

§primary_file_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for file storage in the primary location.

§primary_file_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for file storage in the primary location.

§primary_location: Output<String>

The primary location of the Storage Account.

§primary_queue_endpoint: Output<String>

The endpoint URL for queue storage in the primary location.

§primary_queue_host: Output<String>

The hostname with port if applicable for queue storage in the primary location.

§primary_queue_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for queue storage in the primary location.

§primary_queue_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for queue storage in the primary location.

§primary_table_endpoint: Output<String>

The endpoint URL for table storage in the primary location.

§primary_table_host: Output<String>

The hostname with port if applicable for table storage in the primary location.

§primary_table_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for table storage in the primary location.

§primary_table_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for table storage in the primary location.

§primary_web_endpoint: Output<String>

The endpoint URL for web storage in the primary location.

§primary_web_host: Output<String>

The hostname with port if applicable for web storage in the primary location.

§primary_web_internet_endpoint: Output<String>

The internet routing endpoint URL for web storage in the primary location.

§primary_web_internet_host: Output<String>

The internet routing hostname with port if applicable for web storage in the primary location.

§primary_web_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for web storage in the primary location.

§primary_web_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for web storage in the primary location.

§queue_encryption_key_type: Output<String>

The encryption key type of the queue.

§resource_group_name: Output<Option<String>>§secondary_access_key: Output<String>

The secondary access key for the Storage Account.

§secondary_blob_connection_string: Output<String>

The connection string associated with the secondary blob location

§secondary_blob_endpoint: Output<String>

The endpoint URL for blob storage in the secondary location.

§secondary_blob_host: Output<String>

The hostname with port if applicable for blob storage in the secondary location.

§secondary_blob_internet_endpoint: Output<String>

The internet routing endpoint URL for blob storage in the secondary location.

§secondary_blob_internet_host: Output<String>

The internet routing hostname with port if applicable for blob storage in the secondary location.

§secondary_blob_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for blob storage in the secondary location.

§secondary_blob_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for blob storage in the secondary location.

§secondary_connection_string: Output<String>

The connection string associated with the secondary location

§secondary_dfs_endpoint: Output<String>

The endpoint URL for DFS storage in the secondary location.

§secondary_dfs_host: Output<String>

The hostname with port if applicable for DFS storage in the secondary location.

§secondary_dfs_internet_endpoint: Output<String>

The internet routing endpoint URL for DFS storage in the secondary location.

§secondary_dfs_internet_host: Output<String>

The internet routing hostname with port if applicable for DFS storage in the secondary location.

§secondary_dfs_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for DFS storage in the secondary location.

§secondary_dfs_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for DFS storage in the secondary location.

§secondary_file_endpoint: Output<String>

The endpoint URL for file storage in the secondary location.

§secondary_file_host: Output<String>

The hostname with port if applicable for file storage in the secondary location.

§secondary_file_internet_endpoint: Output<String>

The internet routing endpoint URL for file storage in the secondary location.

§secondary_file_internet_host: Output<String>

The internet routing hostname with port if applicable for file storage in the secondary location.

§secondary_file_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for file storage in the secondary location.

§secondary_file_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for file storage in the secondary location.

§secondary_location: Output<String>

The secondary location of the Storage Account.

§secondary_queue_endpoint: Output<String>

The endpoint URL for queue storage in the secondary location.

§secondary_queue_host: Output<String>

The hostname with port if applicable for queue storage in the secondary location.

§secondary_queue_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for queue storage in the secondary location.

§secondary_queue_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for queue storage in the secondary location.

§secondary_table_endpoint: Output<String>

The endpoint URL for table storage in the secondary location.

§secondary_table_host: Output<String>

The hostname with port if applicable for table storage in the secondary location.

§secondary_table_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for table storage in the secondary location.

§secondary_table_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for table storage in the secondary location.

§secondary_web_endpoint: Output<String>

The endpoint URL for web storage in the secondary location.

§secondary_web_host: Output<String>

The hostname with port if applicable for web storage in the secondary location.

§secondary_web_internet_endpoint: Output<String>

The internet routing endpoint URL for web storage in the secondary location.

§secondary_web_internet_host: Output<String>

The internet routing hostname with port if applicable for web storage in the secondary location.

§secondary_web_microsoft_endpoint: Output<String>

The microsoft routing endpoint URL for web storage in the secondary location.

§secondary_web_microsoft_host: Output<String>

The microsoft routing hostname with port if applicable for web storage in the secondary location.

§table_encryption_key_type: Output<String>

The encryption key type of the table.

§tags: Output<HashMap<String, String>>

A mapping of tags to assigned to the resource.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.