GetAccountResult

data class GetAccountResult(val accessTier: String, val accountKind: String, val accountReplicationType: String, val accountTier: String, val allowNestedItemsToBePublic: Boolean, val azureFilesAuthentications: List<GetAccountAzureFilesAuthentication>, val customDomains: List<GetAccountCustomDomain>, val dnsEndpointType: String, val httpsTrafficOnlyEnabled: Boolean, val id: String, val identities: List<GetAccountIdentity>, val infrastructureEncryptionEnabled: Boolean, val isHnsEnabled: Boolean, val location: String, val minTlsVersion: String? = null, val name: String, val nfsv3Enabled: Boolean, val primaryAccessKey: String, val primaryBlobConnectionString: String, val primaryBlobEndpoint: String, val primaryBlobHost: String, val primaryBlobInternetEndpoint: String, val primaryBlobInternetHost: String, val primaryBlobMicrosoftEndpoint: String, val primaryBlobMicrosoftHost: String, val primaryConnectionString: String, val primaryDfsEndpoint: String, val primaryDfsHost: String, val primaryDfsInternetEndpoint: String, val primaryDfsInternetHost: String, val primaryDfsMicrosoftEndpoint: String, val primaryDfsMicrosoftHost: String, val primaryFileEndpoint: String, val primaryFileHost: String, val primaryFileInternetEndpoint: String, val primaryFileInternetHost: String, val primaryFileMicrosoftEndpoint: String, val primaryFileMicrosoftHost: String, val primaryLocation: String, val primaryQueueEndpoint: String, val primaryQueueHost: String, val primaryQueueMicrosoftEndpoint: String, val primaryQueueMicrosoftHost: String, val primaryTableEndpoint: String, val primaryTableHost: String, val primaryTableMicrosoftEndpoint: String, val primaryTableMicrosoftHost: String, val primaryWebEndpoint: String, val primaryWebHost: String, val primaryWebInternetEndpoint: String, val primaryWebInternetHost: String, val primaryWebMicrosoftEndpoint: String, val primaryWebMicrosoftHost: String, val queueEncryptionKeyType: String, val resourceGroupName: String? = null, val secondaryAccessKey: String, val secondaryBlobConnectionString: String, val secondaryBlobEndpoint: String, val secondaryBlobHost: String, val secondaryBlobInternetEndpoint: String, val secondaryBlobInternetHost: String, val secondaryBlobMicrosoftEndpoint: String, val secondaryBlobMicrosoftHost: String, val secondaryConnectionString: String, val secondaryDfsEndpoint: String, val secondaryDfsHost: String, val secondaryDfsInternetEndpoint: String, val secondaryDfsInternetHost: String, val secondaryDfsMicrosoftEndpoint: String, val secondaryDfsMicrosoftHost: String, val secondaryFileEndpoint: String, val secondaryFileHost: String, val secondaryFileInternetEndpoint: String, val secondaryFileInternetHost: String, val secondaryFileMicrosoftEndpoint: String, val secondaryFileMicrosoftHost: String, val secondaryLocation: String, val secondaryQueueEndpoint: String, val secondaryQueueHost: String, val secondaryQueueMicrosoftEndpoint: String, val secondaryQueueMicrosoftHost: String, val secondaryTableEndpoint: String, val secondaryTableHost: String, val secondaryTableMicrosoftEndpoint: String, val secondaryTableMicrosoftHost: String, val secondaryWebEndpoint: String, val secondaryWebHost: String, val secondaryWebInternetEndpoint: String, val secondaryWebInternetHost: String, val secondaryWebMicrosoftEndpoint: String, val secondaryWebMicrosoftHost: String, val tableEncryptionKeyType: String, val tags: Map<String, String>)

A collection of values returned by getAccount.

Constructors

Link copied to clipboard
constructor(accessTier: String, accountKind: String, accountReplicationType: String, accountTier: String, allowNestedItemsToBePublic: Boolean, azureFilesAuthentications: List<GetAccountAzureFilesAuthentication>, customDomains: List<GetAccountCustomDomain>, dnsEndpointType: String, httpsTrafficOnlyEnabled: Boolean, id: String, identities: List<GetAccountIdentity>, infrastructureEncryptionEnabled: Boolean, isHnsEnabled: Boolean, location: String, minTlsVersion: String? = null, name: String, nfsv3Enabled: Boolean, primaryAccessKey: String, primaryBlobConnectionString: String, primaryBlobEndpoint: String, primaryBlobHost: String, primaryBlobInternetEndpoint: String, primaryBlobInternetHost: String, primaryBlobMicrosoftEndpoint: String, primaryBlobMicrosoftHost: String, primaryConnectionString: String, primaryDfsEndpoint: String, primaryDfsHost: String, primaryDfsInternetEndpoint: String, primaryDfsInternetHost: String, primaryDfsMicrosoftEndpoint: String, primaryDfsMicrosoftHost: String, primaryFileEndpoint: String, primaryFileHost: String, primaryFileInternetEndpoint: String, primaryFileInternetHost: String, primaryFileMicrosoftEndpoint: String, primaryFileMicrosoftHost: String, primaryLocation: String, primaryQueueEndpoint: String, primaryQueueHost: String, primaryQueueMicrosoftEndpoint: String, primaryQueueMicrosoftHost: String, primaryTableEndpoint: String, primaryTableHost: String, primaryTableMicrosoftEndpoint: String, primaryTableMicrosoftHost: String, primaryWebEndpoint: String, primaryWebHost: String, primaryWebInternetEndpoint: String, primaryWebInternetHost: String, primaryWebMicrosoftEndpoint: String, primaryWebMicrosoftHost: String, queueEncryptionKeyType: String, resourceGroupName: String? = null, secondaryAccessKey: String, secondaryBlobConnectionString: String, secondaryBlobEndpoint: String, secondaryBlobHost: String, secondaryBlobInternetEndpoint: String, secondaryBlobInternetHost: String, secondaryBlobMicrosoftEndpoint: String, secondaryBlobMicrosoftHost: String, secondaryConnectionString: String, secondaryDfsEndpoint: String, secondaryDfsHost: String, secondaryDfsInternetEndpoint: String, secondaryDfsInternetHost: String, secondaryDfsMicrosoftEndpoint: String, secondaryDfsMicrosoftHost: String, secondaryFileEndpoint: String, secondaryFileHost: String, secondaryFileInternetEndpoint: String, secondaryFileInternetHost: String, secondaryFileMicrosoftEndpoint: String, secondaryFileMicrosoftHost: String, secondaryLocation: String, secondaryQueueEndpoint: String, secondaryQueueHost: String, secondaryQueueMicrosoftEndpoint: String, secondaryQueueMicrosoftHost: String, secondaryTableEndpoint: String, secondaryTableHost: String, secondaryTableMicrosoftEndpoint: String, secondaryTableMicrosoftHost: String, secondaryWebEndpoint: String, secondaryWebHost: String, secondaryWebInternetEndpoint: String, secondaryWebInternetHost: String, secondaryWebMicrosoftEndpoint: String, secondaryWebMicrosoftHost: String, tableEncryptionKeyType: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access tier for BlobStorage accounts.

Link copied to clipboard

The Kind of account.

Link copied to clipboard

The type of replication used for this storage account.

Link copied to clipboard

The Tier of this storage account.

Link copied to clipboard

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

Link copied to clipboard

A azure_files_authentication block as documented below.

Link copied to clipboard

supports the following:

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as documented below.

Link copied to clipboard

Is infrastructure encryption enabled? See here for more information.

Link copied to clipboard

Is Hierarchical Namespace enabled?

Link copied to clipboard

The Azure location where the Storage Account exists

Link copied to clipboard
val minTlsVersion: String? = null

The minimum supported TLS version for this storage account.

Link copied to clipboard

The Custom Domain Name used for the Storage Account.

Link copied to clipboard

Is NFSv3 protocol enabled?

Link copied to clipboard

The primary access key for the Storage Account.

Link copied to clipboard

The connection string associated with the primary blob location

Link copied to clipboard

The endpoint URL for blob storage in the primary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The connection string associated with the primary location

Link copied to clipboard

The endpoint URL for DFS storage in the primary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The endpoint URL for file storage in the primary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The primary location of the Storage Account.

Link copied to clipboard

The endpoint URL for queue storage in the primary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The endpoint URL for table storage in the primary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The endpoint URL for web storage in the primary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The encryption key type of the queue.

Link copied to clipboard
Link copied to clipboard

The secondary access key for the Storage Account.

Link copied to clipboard

The connection string associated with the secondary blob location

Link copied to clipboard

The endpoint URL for blob storage in the secondary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The connection string associated with the secondary location

Link copied to clipboard

The endpoint URL for DFS storage in the secondary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The endpoint URL for file storage in the secondary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The secondary location of the Storage Account.

Link copied to clipboard

The endpoint URL for queue storage in the secondary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The endpoint URL for table storage in the secondary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The endpoint URL for web storage in the secondary location.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The encryption key type of the table.

Link copied to clipboard

A mapping of tags to assigned to the resource.