public sealed class DeleteSecretRequest : IMessage<DeleteSecretRequest>, IEquatable<DeleteSecretRequest>, IDeepCloneable<DeleteSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class DeleteSecretRequest.
Request message for [SecretManagerService.DeleteSecret][google.cloud.secrets.v1beta1.SecretManagerService.DeleteSecret].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `DeleteSecretRequest` class within the Secret Manager v1beta1 API for .NET, specifically version 3.0.0-beta04."],["The `DeleteSecretRequest` class is a request message used to delete a secret via the `SecretManagerService.DeleteSecret` method, and it inherits from `object` while implementing multiple interfaces."],["The class includes two constructors, one default and another accepting another `DeleteSecretRequest` object as a parameter, for creating instances of the request."],["The `DeleteSecretRequest` class has two properties: `Name`, which is a string representing the resource name of the secret to be deleted, and `SecretName`, a typed view of the resource name."],["The most recent beta version of the documentation for `DeleteSecretRequest` is 3.0.0-beta05, with versions 3.0.0-beta04 and 2.0.0-beta05 also being documented."]]],[]]