SecretClient.GetDeletedSecretsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists deleted secrets for the specified vault.
public virtual Azure.AsyncPageable<Azure.Security.KeyVault.Secrets.DeletedSecret> GetDeletedSecretsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Security.KeyVault.Secrets.DeletedSecret>
override this.GetDeletedSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Security.KeyVault.Secrets.DeletedSecret>
Public Overridable Function GetDeletedSecretsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeletedSecret)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
Exceptions
The server returned an error. See Message for details returned from the server.
Remarks
The Get Deleted Secrets operation returns the secrets that have been deleted for a vault enabled for soft-delete. This operation requires the secrets/list permission.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET