Create a MeshSecretValue.
Reference to the service client.
Creates 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.
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
Description for creating a value of a secret resource.
Promise<Models.MeshSecretValueAddValueResponse>
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
Description for creating a value of a secret resource.
The callback
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
Description for creating a value of a secret resource.
The optional parameters
The callback
Deletes 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.
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
Promise<msRest.RestResponse>
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
The callback
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
The optional parameters
The callback
Get the information about the specified named secret value resources. The information does not include the actual value of the secret.
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
Promise<Models.MeshSecretValueGetResponse>
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
The callback
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
The optional parameters
The callback
Gets 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.
The name of the secret resource.
Promise<Models.MeshSecretValueListResponse>
The name of the secret resource.
The callback
The name of the secret resource.
The optional parameters
The callback
Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation.
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
Promise<Models.MeshSecretValueShowResponse>
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
The callback
The name of the secret resource.
The name of the secret resource value which is typically the version identifier for the value.
The optional parameters
The callback
Generated using TypeDoc
Class representing a MeshSecretValue.