Key |
Returned |
Description |
datalake
complex
|
always |
A list of dictionaries containing facts for Azure Data Lake Store.
|
|
account_id
string
|
always |
The unique identifier associated with this Data Lake Store account.
Sample:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
|
creation_time
string
|
always |
The account creation time.
Sample:
2020-01-01T00:00:00.000000+00:00
|
|
current_tier
string
|
success |
The commitment tier in use for the current month.
Sample:
Consumption
|
|
default_group
string
|
success |
The default owner group for all new folders and files created in the Data Lake Store account.
|
|
encryption_config
complex
|
success |
The Key Vault encryption configuration.
|
|
|
key_vault_meta_info
complex
|
success |
The Key Vault information for connecting to user managed encryption keys.
|
|
|
|
encryption_key_name
string
|
always |
The name of the user managed encryption key.
Sample:
KeyName
|
|
|
|
encryption_key_version
string
|
always |
The version of the user managed encryption key.
Sample:
86a1e3b7406f45afa0d54e21eff47e39
|
|
|
|
key_vault_resource_id
string
|
always |
The resource identifier for the user managed Key Vault being used to encrypt.
Sample:
/subscriptions/{subscriptionId}/resourceGroups/myRG/providers/Microsoft.KeyVault/vaults/testkv
|
|
|
type
string
|
always |
The type of encryption configuration being used.
Sample:
ServiceManaged
|
|
encryption_provisioning_state
string
|
success |
The current state of encryption provisioning for this Data Lake Store account.
Sample:
Succeeded
|
|
encryption_state
string
|
success |
The current state of encryption for this Data Lake Store account.
Sample:
Enabled
|
|
endpoint
string
|
always |
The full CName endpoint for this account.
Sample:
testaccount.azuredatalakestore.net
|
|
firewall_allow_azure_ips
string
|
success |
The current state of allowing or disallowing IPs originating within Azure through the firewall.
Sample:
Disabled
|
|
firewall_rules
list
/ elements=string
|
success |
The list of firewall rules associated with this Data Lake Store account.
|
|
|
end_ip_address
string
|
always |
The end IP address for the firewall rule.
This can be either ipv4 or ipv6.
Start and End should be in the same protocol.
Sample:
192.168.1.254
|
|
|
name
string
|
always |
The resource name.
Sample:
Example Name
|
|
|
start_ip_address
string
|
always |
The start IP address for the firewall rule.
This can be either ipv4 or ipv6.
Start and End should be in the same protocol.
Sample:
192.168.1.1
|
|
firewall_state
string
|
success |
The current state of the IP address firewall for this Data Lake Store account.
Sample:
Enabled
|
|
id
string
|
always |
The resource identifier.
Sample:
/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.DataLakeStore/accounts/testaccount
|
|
identity
complex
|
success |
The Key Vault encryption identity, if any.
|
|
|
principal_id
string
|
success |
The principal identifier associated with the encryption.
Sample:
00000000-0000-0000-0000-000000000000
|
|
|
tenant_id
string
|
success |
The tenant identifier associated with the encryption.
Sample:
00000000-0000-0000-0000-000000000000
|
|
|
type
string
|
success |
The type of encryption being used.
Sample:
SystemAssigned
|
|
last_modified_time
string
|
always |
The account last modified time.
Sample:
2020-01-01T00:00:00.000000+00:00
|
|
location
string
|
always |
The resource location.
Sample:
westeurope
|
|
name
string
|
always |
The resource name.
Sample:
testaccount
|
|
new_tier
string
|
success |
The commitment tier to use for next month.
Sample:
Consumption
|
|
provisioning_state
string
|
always |
The provisioning status of the Data Lake Store account.
Sample:
Succeeded
|
|
state
string
|
always |
The state of the Data Lake Store account.
Sample:
Active
|
|
tags
dictionary
|
always |
The resource tags.
Sample:
{'tag1': 'abc'}
|
|
trusted_id_provider_state
string
|
success |
The list of trusted identity providers associated with this Data Lake Store account.
Sample:
Enabled
|
|
trusted_id_providers
list
/ elements=string
|
success |
The current state of the trusted identity provider feature for this Data Lake Store account.
|
|
|
id
string
|
success |
The resource identifier.
|
|
|
id_provider
string
|
success |
The URL of this trusted identity provider.
|
|
|
name
string
|
success |
The resource name.
|
|
|
type
string
|
success |
The resource type.
|
|
type
string
|
always |
The resource type.
Sample:
Microsoft.DataLakeStore/accounts
|
|
virtual_network_rules
list
/ elements=string
|
success |
The list of virtual network rules associated with this Data Lake Store account.
|
|
|
name
string
|
success |
The resource name.
Sample:
Rule Name
|
|
|
subnet_id
string
|
success |
The resource identifier for the subnet.
Sample:
/subscriptions/{subscriptionId}/resourceGroups/myRG/providers/Microsoft.Network/virtualNetworks/vnet/subnets/default
|