ObjectIdArgs

data class ObjectIdArgs(val objectIdPath: Output<List<Int>>) : ConvertibleToJava<ObjectIdArgs>

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

Constructors

Link copied to clipboard
fun ObjectIdArgs(objectIdPath: Output<List<Int>>)

Functions

Link copied to clipboard
open override fun toJava(): ObjectIdArgs

Properties

Link copied to clipboard
val objectIdPath: Output<List<Int>>

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