Interface AttrTypeValueParam

X.500 AttributeTypeAndValue parameter

Example

{ t: "C", v: "JP", ds: "prn" }
interface AttrTypeValueParam {
    ds: string;
    t: string;
    v: string;
}

Properties

ds t v

Properties

ds: string

short directory string type name of AttributeTypeAndValue

t: string

short attribute name of AttributeTypeAndValue

v: string

attribute value of AttributeTypeAndValue