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

[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.



25348
25349
25350
# File 'generated/google/apis/compute_alpha/classes.rb', line 25348

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



25346
25347
25348
# File 'generated/google/apis/compute_alpha/classes.rb', line 25346

def jwt
  @jwt
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25353
25354
25355
# File 'generated/google/apis/compute_alpha/classes.rb', line 25353

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