Interface protos.google.iam.credentials.v1.ISignJwtResponse

Properties of a SignJwtResponse.

Package

@google-cloud/iam-credentials!

Properties

keyId

keyId?: (string|null);

SignJwtResponse keyId

Property Value
TypeDescription
(string|null)

signedJwt

signedJwt?: (string|null);

SignJwtResponse signedJwt

Property Value
TypeDescription
(string|null)