IAM Service Account Credentials v1 API - Class SignJwtResponse (2.3.0)

public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessage

Inheritance

object > SignJwtResponse

Namespace

Google.Cloud.Iam.Credentials.V1

Assembly

Google.Cloud.Iam.Credentials.V1.dll

Constructors

SignJwtResponse()

public SignJwtResponse()

SignJwtResponse(SignJwtResponse)

public SignJwtResponse(SignJwtResponse other)
Parameter
NameDescription
otherSignJwtResponse

Properties

KeyId

public string KeyId { get; set; }

The ID of the key used to sign the JWT.

Property Value
TypeDescription
string

SignedJwt

public string SignedJwt { get; set; }

The signed JWT.

Property Value
TypeDescription
string