SessionLoginCredential (type)

{
  "additionalProperties": false, 
  "description": "Details of session based login credential to login to server.", 
  "extends": {
    "$ref": "LoginCredential
  }, 
  "id": "SessionLoginCredential", 
  "module_id": "Types", 
  "polymorphic-type-descriptor": {
    "type-identifier": "SessionLoginCredential"
  }, 
  "properties": {
    "credential_type": {
      "description": "Possible values are 'UsernamePasswordLoginCredential', 'VerifiableAsymmetricLoginCredential', 'SessionLoginCredential'.", 
      "required": true, 
      "title": "Login credential, for example username-password-thumbprint, certificate or session based, etc", 
      "type": "string"
    }, 
    "session_id": {
      "description": "The session_id to login to server.", 
      "readonly": false, 
      "required": false, 
      "sensitive": true, 
      "title": "The session_id to login to server", 
      "type": "string"
    }, 
    "thumbprint": {
      "description": "Thumbprint of the login server.", 
      "pattern": "^(([0-9A-Fa-f]{2}[:])+([0-9A-Fa-f]{2}))?$", 
      "readonly": false, 
      "required": false, 
      "title": "Thumbprint of the login server", 
      "type": "string"
    }
  }, 
  "title": "A login credential specifying session_id", 
  "type": "object"
}