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.



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

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)


201
202
203
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 201

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)


206
207
208
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 206

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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