Class SignJwtResponse (1.2.0)

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

Deprecated. Migrate to Service Account Credentials API.

The service account sign JWT response.

Inheritance

Object > SignJwtResponse

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

SignJwtResponse()

public SignJwtResponse()

SignJwtResponse(SignJwtResponse)

public SignJwtResponse(SignJwtResponse other)
Parameter
NameDescription
otherSignJwtResponse

Properties

KeyId

[Obsolete]
public string KeyId { get; set; }

Deprecated. Migrate to Service Account Credentials API.

The id of the key used to sign the JWT.

Property Value
TypeDescription
String

SignedJwt

[Obsolete]
public string SignedJwt { get; set; }

Deprecated. Migrate to Service Account Credentials API.

The signed JWT.

Property Value
TypeDescription
String