class Google::Apis::PrivatecaV1beta1::ObjectIdProp

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

Attributes

object_id_path[RW]

Required. The parts of an OID path. The most significant parts of the path come first. Corresponds to the JSON property `objectIdPath` @return [Array<Fixnum>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/privateca_v1beta1/classes.rb, line 1518
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/privateca_v1beta1/classes.rb, line 1523
def update!(**args)
  @object_id_path = args[:object_id_path] if args.key?(:object_id_path)
end