Class: Google::Apis::AndroidmanagementV1::CertValidationFailureEvent

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

Overview

An X.509v3 certificate failed to validate, currently this validation is performed on the Wi-FI access point and failure may be due to a mismatch upon server certificate validation. However it may in the future include other validation events of an X.509v3 certificate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CertValidationFailureEvent

Returns a new instance of CertValidationFailureEvent.



980
981
982
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 980

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

Instance Attribute Details

#failure_reasonString

The reason why certification validation failed. Corresponds to the JSON property failureReason

Returns:

  • (String)


978
979
980
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 978

def failure_reason
  @failure_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



985
986
987
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 985

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