A security tag assigned to a trustee.

interface ITrusteeTag {
    id?: number;
    isSecure?: boolean;
    name?: string;
}

Implemented by

Properties

Properties

id?: number

The tag's ID.

isSecure?: boolean

True when the tag is a security tag.

name?: string

The tag's name.