Skip to main content

keys

Overview

Namekeys
TypeResource
Idazure.key_vault.keys

Fields

NameDatatypeDescription
idstringFully qualified identifier of the key vault resource.
namestringName of the key vault resource.
locationstringAzure location of the key vault resource.
propertiesobjectThe properties of the key.
tagsobjectTags assigned to the key vault resource.
typestringResource type of the key vault resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTkeyName, resourceGroupName, subscriptionId, vaultNameGets the current version of the specified key from the specified key vault.
listSELECTresourceGroupName, subscriptionId, vaultNameLists the keys in the specified key vault.
_listEXECresourceGroupName, subscriptionId, vaultNameLists the keys in the specified key vault.
create_if_not_existEXECkeyName, resourceGroupName, subscriptionId, vaultName, data__propertiesCreates the first version of a new key if it does not exist. If it already exists, then the existing key is returned without any write operations being performed. This API does not create subsequent versions, and does not update existing keys.