Skip to main content

secrets

Overview

Namesecrets
TypeResource
Idazure.key_vault.secrets

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, secretName, subscriptionId, vaultNameGets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
listSELECTresourceGroupName, subscriptionId, vaultNameThe List operation gets information about the secrets in a vault. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
create_or_updateINSERTresourceGroupName, secretName, subscriptionId, vaultName, data__propertiesCreate or update a secret in a key vault in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
_listEXECresourceGroupName, subscriptionId, vaultNameThe List operation gets information about the secrets in a vault. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
updateEXECresourceGroupName, secretName, subscriptionId, vaultNameUpdate a secret in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.