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.



170
171
172
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 170

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)


163
164
165
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 163

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)


168
169
170
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 168

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



175
176
177
178
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 175

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