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, found in version 2.3.0, is used in the `Google.Cloud.Iam.Credentials.V1` namespace and is defined within the `Google.Cloud.Iam.Credentials.V1.dll` assembly."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`SignJwtResponse` has two constructors: a default constructor and another that takes another `SignJwtResponse` instance as a parameter."],["The class has two properties, `KeyId` and `SignedJwt`, both of which are of type string, where the first property is the ID of the key used to sign the JWT and the latter is the actual signed JWT."],["The latest version of the document is 2.4.0, and version history is provided going back to 1.0.0."]]],[]]