Class: Google::Apis::ComputeAlpha::OriginAuthenticationMethod
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::OriginAuthenticationMethod
- 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
-
#jwt ⇒ Google::Apis::ComputeAlpha::Jwt
[Deprecated] JWT configuration for origin authentication.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OriginAuthenticationMethod
constructor
A new instance of OriginAuthenticationMethod.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OriginAuthenticationMethod
Returns a new instance of OriginAuthenticationMethod.
49403 49404 49405 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49403 def initialize(**args) update!(**args) end |
Instance Attribute Details
#jwt ⇒ Google::Apis::ComputeAlpha::Jwt
[Deprecated] JWT configuration for origin authentication.
JWT configuration for origin authentication.
Corresponds to the JSON property jwt
49401 49402 49403 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49401 def jwt @jwt end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49408 49409 49410 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49408 def update!(**args) @jwt = args[:jwt] if args.key?(:jwt) end |