public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessage
[[["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."],[[["The `SignJwtResponse` class is part of the `Google.Cloud.Iam.Credentials.V1` namespace and is found in the `Google.Cloud.Iam.Credentials.V1.dll` assembly."],["`SignJwtResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparison, deep cloning, and buffer operations."],["The class offers two constructors: a default constructor `SignJwtResponse()` and a copy constructor `SignJwtResponse(SignJwtResponse other)` for creating new instances based on existing ones."],["`SignJwtResponse` has two properties, `KeyId` and `SignedJwt`, both of which are strings representing the key ID used to sign the JWT and the signed JWT itself, respectively."],["There are 8 versions of the SignJwtResponse documented, with version 2.4.0 being the most recent and version 1.0.0 being the oldest."]]],[]]