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 1.2.0, is part of the `Google.Cloud.Iam.Credentials.V1` namespace and is contained within the `Google.Cloud.Iam.Credentials.V1.dll` assembly."],["`SignJwtResponse` inherits from the `Object` class and implements several interfaces, including `IMessage\u003cSignJwtResponse\u003e`, `IEquatable\u003cSignJwtResponse\u003e`, `IDeepCloneable\u003cSignJwtResponse\u003e`, `IBufferMessage`, and `IMessage`."],["This class provides two constructors: a default constructor `SignJwtResponse()` and a copy constructor `SignJwtResponse(SignJwtResponse other)`."],["The class provides properties such as `KeyId` which represents the ID of the signing key, and `SignedJwt` which represents the signed JWT."],["Multiple versions of this class are available, with 2.4.0 being the latest version, and version 1.2.0 is the one detailed here."]]],[]]