NSX-T Data Center REST API

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": "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"
    },
    "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"
}