ExtensionRequest interface
A request for an extension (to be installed or have a license assigned)
Properties
reject |
Required message supplied if the request is rejected |
request |
Date at which the request was made |
requested |
Represents the user who made the request |
request |
Optional message supplied by the requester justifying the request |
request |
Represents the state of the request |
resolve |
Date at which the request was resolved |
resolved |
Represents the user who resolved the request |
Property Details
rejectMessage
Required message supplied if the request is rejected
rejectMessage: string
Property Value
string
requestDate
Date at which the request was made
requestDate: Date
Property Value
Date
requestedBy
requestMessage
Optional message supplied by the requester justifying the request
requestMessage: string
Property Value
string
requestState
Represents the state of the request
requestState: ExtensionRequestState
Property Value
resolveDate
Date at which the request was resolved
resolveDate: Date
Property Value
Date