Skip to main content

%pkg.isc.changecontrol.rest.ValidateSessionKeyResponse

class %pkg.isc.changecontrol.rest.ValidateSessionKeyResponse extends %pkg.isc.changecontrol.rest.ResponseModelBase

Response format of REST call to determine if a given session key is valid.

Property Inventory

Parameters

parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.validate-session-key-response.v1+json;

Properties

property reason as %String) [ Final ];
If not valid, the reason why.
Property methods: reasonDisplayToLogical(), reasonGet(), reasonIsValid(), reasonLogicalToDisplay(), reasonLogicalToOdbc(), reasonNormalize(), reasonSet()
property valid as %Boolean [ Final ];
Whether the session key is valid.
Property methods: validDisplayToLogical(), validGet(), validIsValid(), validLogicalToDisplay(), validNormalize(), validSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab