Class: Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudidentity_v1beta1/classes.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb
Overview
Resource representing the Endpoint Verification-specific attributes of a Device. https://cloud.google.com/endpoint-verification/docs/overview
Instance Attribute Summary collapse
-
#certificate_attributes ⇒ Array<Google::Apis::CloudidentityV1beta1::CertificateAttributes>
Details of certificates.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EndpointVerificationSpecificAttributes
constructor
A new instance of EndpointVerificationSpecificAttributes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EndpointVerificationSpecificAttributes
Returns a new instance of EndpointVerificationSpecificAttributes.
1045 1046 1047 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1045 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_attributes ⇒ Array<Google::Apis::CloudidentityV1beta1::CertificateAttributes>
Details of certificates.
Corresponds to the JSON property certificateAttributes
1043 1044 1045 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1043 def certificate_attributes @certificate_attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1050 1051 1052 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1050 def update!(**args) @certificate_attributes = args[:certificate_attributes] if args.key?(:certificate_attributes) end |