Represents a trustee attribute.

interface IAttribute {
    key?: string;
    value?: string;
}

Implemented by

Properties

Properties

key?: string

The attribute key.

value?: string

The attribute value.