Skip to main content

secret_value

Overview

Namesecret_value
TypeResource
Idazure.service_fabric_mesh.secret_value

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectThis type describes properties of a secret value resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, resourceGroupName, secretResourceName, secretValueResourceName, subscriptionIdGet the information about the specified named secret value resources. The information does not include the actual value of the secret.
listSELECTapi-version, resourceGroupName, secretResourceName, subscriptionIdGets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values.
createINSERTapi-version, resourceGroupName, secretResourceName, secretValueResourceName, subscriptionId, data__propertiesCreates a new value of the specified secret resource. The name of the value is typically the version identifier. Once created the value cannot be changed.
deleteDELETEapi-version, resourceGroupName, secretResourceName, secretValueResourceName, subscriptionIdDeletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use.
_listEXECapi-version, resourceGroupName, secretResourceName, subscriptionIdGets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values.