NSX-T Data Center REST API

SessionLoginCredential (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "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": "Supported credential types are 'SamlTokenLoginCredential'. Please note 'UsernamePasswordLoginCredential' and 'SessionLoginCredential' are deprecated. VerifiableAsymmetricLoginCredential is used for internal purpose only.",
      "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": "secure_string"
    },
    "thumbprint": {
      "description": "Thumbprint of the login server.",
      "readonly": false,
      "required": false,
      "title": "Thumbprint of the login server",
      "type": "string"
    }
  },
  "title": "A login credential specifying session_id",
  "type": "object"
}