Radius Attributes
Path parameters
idinteger · int32Required
MFA settings
Body
Add MFA RADIUS attribute
vendorIDinteger · int32Required
RADIUS attribute vendor ID
attributeIDinteger · int32Required
RADIUS attribute ID
valuestring · max: 255 · nullableRequired
RADIUS attribute value The value has many forms:IP, Number, String, and Time. When setting the time it is expected that the time value is in epoch time.
radiusAttrNamestring · max: 255 · nullableRequired
RADIUS attribute name
vendorstring · max: 255 · nullableRequired
RADIUS attribute vendor name
attributeTypestring · enumRequiredPossible values:
RADIUS attribute type
Responses
201
Created
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
/api/MFA/{id}/RadiusAttrPath parameters
idinteger · int32Required
The ID of a RadiusAttr to remove from the site.
Body
vendorIDinteger · int32Required
RADIUS attribute vendor ID
attributeIDinteger · int32Required
RADIUS attribute ID
valuestring · max: 255 · nullableRequired
RADIUS attribute value The value has many forms:IP, Number, String, and Time. When setting the time it is expected that the time value is in epoch time.
radiusAttrNamestring · max: 255 · nullableRequired
RADIUS attribute name
vendorstring · max: 255 · nullableRequired
RADIUS attribute vendor name
attributeTypestring · enumRequiredPossible values:
RADIUS attribute type
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/MFA/{id}/RadiusAttrNo content
Last updated