Class: Google::Apis::ComputeAlpha::OriginAuthenticationMethod

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Overview

Configuration for the origin authentication method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OriginAuthenticationMethod

Returns a new instance of OriginAuthenticationMethod.



22770
22771
22772
# File 'generated/google/apis/compute_alpha/classes.rb', line 22770

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#jwtGoogle::Apis::ComputeAlpha::Jwt

JWT configuration for origin authentication. Corresponds to the JSON property jwt



22768
22769
22770
# File 'generated/google/apis/compute_alpha/classes.rb', line 22768

def jwt
  @jwt
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22775
22776
22777
# File 'generated/google/apis/compute_alpha/classes.rb', line 22775

def update!(**args)
  @jwt = args[:jwt] if args.key?(:jwt)
end