public sealed class SecretManagerCredential : IMessage<SecretManagerCredential>, IEquatable<SecretManagerCredential>, IDeepCloneable<SecretManagerCredential>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class SecretManagerCredential.
A credential consisting of a username and password, where the password is
stored in a Secret Manager resource.
Note: Secret Manager charges
apply.
[[["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-24 UTC."],[[["The latest version of the Google Cloud Data Loss Prevention v2 API SecretManagerCredential class is 4.16.0, with multiple previous versions available, ranging down to 2.15.0."],["The SecretManagerCredential class is used for managing credentials with passwords stored in Google Cloud Secret Manager, which has applicable pricing."],["This class implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, ensuring it is compatible with relevant Google Cloud functionalities."],["The SecretManagerCredential class has two key properties: `PasswordSecretVersionName`, which stores the location of the password, and `Username`, which stores the username for the credential."],["The namespace of this class is `Google.Cloud.Dlp.V2`."]]],[]]