public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessageDeprecated. Migrate to Service Account Credentials API.
The service account sign JWT response.
Implements
IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
SignJwtResponse()
public SignJwtResponse()SignJwtResponse(SignJwtResponse)
public SignJwtResponse(SignJwtResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SignJwtResponse |
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 | |
|---|---|
| Type | Description |
String |
|
SignedJwt
[Obsolete]
public string SignedJwt { get; set; }Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
| Property Value | |
|---|---|
| Type | Description |
String |
|