bit_locker_keys
Creates, updates, deletes, gets or lists a bit_locker_keys
resource.
Overview
Name | bit_locker_keys |
Type | Resource |
Id | azure.storage_import_export.bit_locker_keys |
Fields
Name | Datatype | Description |
---|---|---|
bitLockerKey | string | BitLocker recovery key or password |
driveId | string | Drive ID |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | jobName, resourceGroupName, subscriptionId | Returns the BitLocker Keys for all drives in the specified job. |
SELECT
examples
Returns the BitLocker Keys for all drives in the specified job.
SELECT
bitLockerKey,
driveId
FROM azure.storage_import_export.bit_locker_keys
WHERE jobName = '{{ jobName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';