%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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONMappingInfo()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- JSONExport()
- JSONExportToStream()
- JSONExportToString()
- JSONImport()
- WithOutput()