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.
1073 1074 1075 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1073 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
1071 1072 1073 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1071 def certificate_attributes @certificate_attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1078 1079 1080 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1078 def update!(**args) @certificate_attributes = args[:certificate_attributes] if args.key?(:certificate_attributes) end |