SamlTokenLoginCredential (type)

{
  "additionalProperties": false, 
  "description": "Details of saml token based credential to login to server.", 
  "extends": {
    "$ref": "LoginCredential
  }, 
  "id": "SamlTokenLoginCredential", 
  "module_id": "Types", 
  "polymorphic-type-descriptor": {
    "type-identifier": "SamlTokenLoginCredential"
  }, 
  "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"
    }, 
    "thumbprint": {
      "description": "Thumbprint of the server.", 
      "readonly": false, 
      "required": false, 
      "title": "Thumbprint of the server", 
      "type": "string"
    }, 
    "token": {
      "description": "The saml token to login to server.", 
      "readonly": false, 
      "required": false, 
      "sensitive": true, 
      "title": "The saml token to login to server", 
      "type": "secure_string"
    }
  }, 
  "title": "A login credential specifying saml token", 
  "type": "object"
}