Get Two Factor Authenticator

Get Two Factor Authenticator
Request
URI
GET
https://{api_host}/dt-rest/v100/security/manager/twofactor
COPY
Responses
200

successful operation

Returns DtTwoFactorAuthenticator of type(s) */*
{
    "type": "string",
    "usernameMatchingRequired": false,
    "requiredForExternalLoginOnly": false,
    "rsasecurIDAuthenticator": {
        "lastModified": "string"
    },
    "radiusauthenticator": {
        "providerName": "string",
        "primaryServerConfiguration": {
            "authenticationType": "string",
            "sharedSecret": "string",
            "realmSuffix": "string",
            "maxRetries": 0,
            "realmPrefix": "string",
            "hostname": "string",
            "serverTimeout": 0,
            "authenticationPort": 0,
            "accountingPort": 0
        },
        "secondaryServerConfiguration": {
            "authenticationType": "string",
            "sharedSecret": "string",
            "realmSuffix": "string",
            "maxRetries": 0,
            "realmPrefix": "string",
            "hostname": "string",
            "serverTimeout": 0,
            "authenticationPort": 0,
            "accountingPort": 0
        }
    }
}
string
type
Optional

type

Possible values are : RSA_SECURID, RADIUS, NONE,
boolean
usernameMatchingRequired
Optional

usernameMatchingRequired

boolean
requiredForExternalLoginOnly
Optional

requiredForExternalLoginOnly

rsasecurIDAuthenticator
Optional

rsasecurIDAuthenticator

radiusauthenticator
Optional

radiusauthenticator