Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1CertificateReference
- Inherits:
-
Object
- Object
- Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1CertificateReference
- 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
-
#network ⇒ String
Output only.
-
#org_unit_id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromePolicyVersionsV1CertificateReference
constructor
A new instance of GoogleChromePolicyVersionsV1CertificateReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#network ⇒ String
Output only. The name of the referencing network.
Corresponds to the JSON property network
163 164 165 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 163 def network @network end |
#org_unit_id ⇒ String
Output only. The obfuscated id of the org unit the referencing network is in.
Corresponds to the JSON property orgUnitId
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 |