Interface ITicketCreate

Hierarchy

  • ITicketCreate

Properties

attributes?: {
    [k: string]: string;
}[]

User specific attributes

Optional

Example

[  { "<Attribute1>": "value1a" },
{ "<Attribute1>": "value1b" }, [attributes are not unique]
{ "<Attribute2>": "" }, [value can be empty]
{ "<Attribute3>": "value3" },
...]
ticket?: string

Optional

userDirectory: string
userId: string
virtualProxy?: string

Optional