class Google::Apis::ContaineranalysisV1::Jwt

Attributes

compact_jwt[RW]

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: tools.ietf.org/html/rfc7515.html# section-3.1 Corresponds to the JSON property ‘compactJwt` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 3177
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1/classes.rb, line 3182
def update!(**args)
  @compact_jwt = args[:compact_jwt] if args.key?(:compact_jwt)
end