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.
Deprecated. Migrate to Service Account Credentials API.
The service account sign JWT response.
Implements
IMessageSignJwtResponse, IEquatableSignJwtResponse, IDeepCloneableSignJwtResponse, 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 |