Safenet

Create

post

Create a new Safenet MFA.

Body

Create MFA of type safenet

namestring · min: 1 · max: 255 · nullableRequired

The name of the target Multi Factor Authentication. This must be the actual Multi Factor Authentication name used in the RAS farm.

siteIdinteger · int32Optional

Site ID in which to modify the specified Multi Factor Authentication. If the parameter is omitted, the site ID of the Licensing Server will be used.

descriptionstring · nullableOptional

A user-defined Multi Factor Authentication description.

enabledbooleanOptional

Enable or disable the Multi Factor Authentication upon creation. If the parameter is omitted, the Multi Factor Authentication is initialised as Disabled.

safenetAuthModestring · enumOptional

SafeNet Authentication Mode

Possible values:
otpServiceURLstring · min: 1 · max: 255 · nullableRequired

OTP Service URL

userRepositorystring · nullableOptional

A value representing User Store

tmsWebApiURLstring · nullableOptional

The URL of the web service

Responses
chevron-right
201

Created

application/json; api-version=1.0
idinteger · int32Optional

ID of the object.

adminCreatestring · nullableOptional

User who created the object.

adminLastModstring · nullableOptional

User who last modified the object.

timeCreatestring · date-timeOptional

Time when the object was created.

timeLastModstring · date-timeOptional

Time when the object was last modified.

namestring · nullableOptional

Name

siteIdinteger · int32Optional

Site ID

descriptionstring · nullableOptional

Description

enabledbooleanOptional

Whether MFA provider is enabled or not.

typestring · enumOptional

Provider Type

Possible values:
inheritDefaultCriteriaSettingsbooleanOptional

If true default criteria restriction settings will be inherited.

authModestring · enumOptional

SafeNet Authentication Mode

Possible values:
otpServiceURLstring · nullableOptional

OTP Service URL

userRepositorystring · nullableOptional

A value representing User Store

tmsWebApiURLstring · nullableOptional

The URL of the web service

post
/api/MFA/Safenet

Update

put

Update the MFA Safenet settings.

Path parameters
idinteger · int32Required

The id for which to modify the MFA settings.

Body

Update MFA of type safenet

namestring · min: 1 · max: 255 · nullableOptional

The new name of the target multi-factor authentication .

descriptionstring · nullableOptional

A user-defined multi-factor authentication description.

enabledboolean · nullableOptional

Enable or disable the specified multi-factor authentication in a site.

inheritDefaultCriteriaSettingsboolean · nullableOptional

If true default criteria settings will be inherited.

Responses
put
/api/MFA/Safenet/{id}

No content