Certificate Authority v1 API - Class ObjectId (3.7.0)

public sealed class ObjectId : IMessage<ObjectId>, IEquatable<ObjectId>, IDeepCloneable<ObjectId>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class ObjectId.

An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

Inheritance

object > ObjectId

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

ObjectId()

public ObjectId()

ObjectId(ObjectId)

public ObjectId(ObjectId other)
Parameter
NameDescription
otherObjectId

Properties

ObjectIdPath

public RepeatedField<int> ObjectIdPath { get; }

Required. The parts of an OID path. The most significant parts of the path come first.

Property Value
TypeDescription
RepeatedFieldint