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

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

Overview

[Deprecated] Configuration for the origin authentication method. Configuration for the origin authentication method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OriginAuthenticationMethod

Returns a new instance of OriginAuthenticationMethod.



26545
26546
26547
# File 'lib/google/apis/compute_alpha/classes.rb', line 26545

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

Instance Attribute Details

#jwtGoogle::Apis::ComputeAlpha::Jwt

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



26543
26544
26545
# File 'lib/google/apis/compute_alpha/classes.rb', line 26543

def jwt
  @jwt
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26550
26551
26552
# File 'lib/google/apis/compute_alpha/classes.rb', line 26550

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