Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails

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

Overview

Details of the errors encountered during a remove certificate request. This message will be returned as part of the details of a google.rpc.Status returned to the user when there is an error in their request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails

Returns a new instance of GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails.



1083
1084
1085
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1083

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

Instance Attribute Details

#certificate_referencesArray<Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1CertificateReference>

Output only. If the certificate was not removed, a list of references to the certificate that prevented it from being removed. Only unreferenced certificates can be removed. Corresponds to the JSON property certificateReferences



1081
1082
1083
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1081

def certificate_references
  @certificate_references
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1088
1089
1090
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1088

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