Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1CertificateReference

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

Error information for removing of a specific certificate on a specific target. A reference to a certificate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromePolicyVersionsV1CertificateReference

Returns a new instance of GoogleChromePolicyVersionsV1CertificateReference.



216
217
218
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 216

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

Instance Attribute Details

#networkString

Output only. The name of the referencing network. Corresponds to the JSON property network

Returns:

  • (String)


209
210
211
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 209

def network
  @network
end

#org_unit_idString

Output only. The obfuscated id of the org unit the referencing network is in. Corresponds to the JSON property orgUnitId

Returns:

  • (String)


214
215
216
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 214

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



221
222
223
224
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 221

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