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.



1125
1126
1127
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1125

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



1123
1124
1125
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1123

def certificate_references
  @certificate_references
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1130
1131
1132
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1130

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