class Google::Apis::IamV1::SignJwtResponse
Deprecated. [Migrate to Service Account Credentials API](cloud.google. com/iam/help/credentials/migrate-api). The service account sign JWT response.
Attributes
key_id[RW]
Deprecated. [Migrate to Service Account Credentials API](cloud.google. com/iam/help/credentials/migrate-api). The id of the key used to sign the JWT. Corresponds to the JSON property `keyId` @return [String]
signed_jwt[RW]
Deprecated. [Migrate to Service Account Credentials API](cloud.google. com/iam/help/credentials/migrate-api). The signed JWT. Corresponds to the JSON property `signedJwt` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 1659 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iam_v1/classes.rb, line 1664 def update!(**args) @key_id = args[:key_id] if args.key?(:key_id) @signed_jwt = args[:signed_jwt] if args.key?(:signed_jwt) end