GetAccountResult

data class GetAccountResult(val accountId: String, val creationTime: String, val currentTier: String, val defaultGroup: String, val encryptionConfig: EncryptionConfigResponse, val encryptionProvisioningState: String, val encryptionState: String, val endpoint: String, val firewallAllowAzureIps: String, val firewallRules: List<FirewallRuleResponse>, val firewallState: String, val id: String, val identity: EncryptionIdentityResponse, val lastModifiedTime: String, val location: String, val name: String, val newTier: String, val provisioningState: String, val state: String, val tags: Map<String, String>, val trustedIdProviderState: String, val trustedIdProviders: List<TrustedIdProviderResponse>, val type: String, val virtualNetworkRules: List<VirtualNetworkRuleResponse>)

Data Lake Store account information.

Constructors

Link copied to clipboard
constructor(accountId: String, creationTime: String, currentTier: String, defaultGroup: String, encryptionConfig: EncryptionConfigResponse, encryptionProvisioningState: String, encryptionState: String, endpoint: String, firewallAllowAzureIps: String, firewallRules: List<FirewallRuleResponse>, firewallState: String, id: String, identity: EncryptionIdentityResponse, lastModifiedTime: String, location: String, name: String, newTier: String, provisioningState: String, state: String, tags: Map<String, String>, trustedIdProviderState: String, trustedIdProviders: List<TrustedIdProviderResponse>, type: String, virtualNetworkRules: List<VirtualNetworkRuleResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier associated with this Data Lake Store account.

Link copied to clipboard

The account creation time.

Link copied to clipboard

The commitment tier in use for the current month.

Link copied to clipboard

The default owner group for all new folders and files created in the Data Lake Store account.

Link copied to clipboard

The Key Vault encryption configuration.

Link copied to clipboard

The current state of encryption provisioning for this Data Lake Store account.

Link copied to clipboard

The current state of encryption for this Data Lake Store account.

Link copied to clipboard

The full CName endpoint for this account.

Link copied to clipboard

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.

Link copied to clipboard

The list of firewall rules associated with this Data Lake Store account.

Link copied to clipboard

The current state of the IP address firewall for this Data Lake Store account.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The Key Vault encryption identity, if any.

Link copied to clipboard

The account last modified time.

Link copied to clipboard

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

The commitment tier to use for next month.

Link copied to clipboard

The provisioning status of the Data Lake Store account.

Link copied to clipboard

The state of the Data Lake Store account.

Link copied to clipboard

The resource tags.

Link copied to clipboard

The list of trusted identity providers associated with this Data Lake Store account.

Link copied to clipboard

The current state of the trusted identity provider feature for this Data Lake Store account.

Link copied to clipboard

The resource type.

Link copied to clipboard

The list of virtual network rules associated with this Data Lake Store account.