public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class SignJwtResponse.
[[["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-08-04 UTC."],[[["The `SignJwtResponse` class is part of the Identity and Access Management (IAM) v1 API and is used for service account JWT signing responses."],["This API class `SignJwtResponse` is now deprecated, and users are advised to migrate to the Service Account Credentials API."],["The `SignJwtResponse` class has two primary properties: `KeyId`, representing the ID of the key used for signing, and `SignedJwt`, representing the actual signed JWT."],["Version 2.4.0 is the latest version of the `SignJwtResponse` API, with a comprehensive history of versions dating back to 1.0.0 available for review."],["The class has inherited members from `object`, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, as well as providing two constructors."]]],[]]