OathDevicesResource.properties revision cb20f321274a7d06bbae0932b489435c2b012b59
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk# The contents of this file are subject to the terms of the Common Development and
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# Distribution License (the License). You may not use this file except in compliance with the
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# License.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major#
0e24a32eaa806a8967db562761fc03e73aa81dc7Neil Madden# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# specific language governing permission and limitations under the License.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major#
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# When distributing Covered Software, include this CDDL Header Notice in each file and include
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# Header, with the fields enclosed by brackets [] replaced by your own identifying
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# information: "Portions copyright [year] [name of copyright owner]".
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major#
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# Copyright 2016 ForgeRock AS.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major#######################################################################################################################
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major# Oath user devices resource provider
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major#######################################################################################################################
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Majortitle=Oath user devices
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Majordescription=The Oath devices service is responsible for exposing functions to change the collection of OATH \
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major authentication devices. The supported methods are action, delete, query
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Majorpathparams.user = The identifier for the user for which the request is regarding.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter MajorpathParam.description=The unique identifier of the Oath authentication user device
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Majoraction.skipOathDevice.description=Sets the user's ability to skip an Authenticator OATH module
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Majoraction.checkOathDevice.description=Checks if the user's Authenticator OATH module is 'skippable' and returns the result\
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins as a boolean
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkaction.resetOathDevice.description=Sets the user's 'skippable' selection of Authenticator OATH module to default \
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk (NOT_SET) and deletes their profiles attribute
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkdelete.description=Delete Oath user device
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkupdate.description=Update an existing Oath user device
a622f6b14edb724c3cdbc8b5836a109d4ac80086Peter Major
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkerror.unexpected.server.error.description=Unexpected server error happened during the process
1c39f25b4e11ae0397f825f3d031bd01983b98f0Bruno Lavit
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk#######################################################################################################################
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk# Oath user devices resource schemas
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk#######################################################################################################################
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkaction.check.request.schema.title=Oath user device check action request schema
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkaction.check.request.schema.description=Oath user device check action request schema
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkaction.check.response.schema.title=Oath user device check action response schema
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsaction.check.response.schema.description=Oath user device check action response schema
11ff9d3ed91c2431cf64f0e777666b196ea58095Mark de Reeperaction.check.response.schema.result.title=Check OATH user device action response
9e34f70f789dbd049eed2b273ca9b7d2cd26fd51cwengaction.check.response.schema.result.description=True if the user's authenticator OATH module is 'skippable'
0e24a32eaa806a8967db562761fc03e73aa81dc7Neil Madden
11ff9d3ed91c2431cf64f0e777666b196ea58095Mark de Reeperaction.reset.request.schema.title=Oath user device reset action request schema
11ff9d3ed91c2431cf64f0e777666b196ea58095Mark de Reeperaction.reset.request.schema.description=Oath user device reset action request schema
11ff9d3ed91c2431cf64f0e777666b196ea58095Mark de Reeper
11ff9d3ed91c2431cf64f0e777666b196ea58095Mark de Reeperaction.reset.response.schema.title=Oath user device reset action response schema
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpottsaction.reset.response.schema.description=Oath user device reset action response schema
11ff9d3ed91c2431cf64f0e777666b196ea58095Mark de Reeperaction.reset.response.schema.result.title=Reset oath device action response
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsaction.reset.response.schema.result.description=Constant true if the reset action was successful or error thrown
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpotts
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkaction.skip.request.schema.title=Oath user device skip action request schema
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkaction.skip.request.schema.description=Oath user device skip action request schema
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenkaction.skip.request.schema.value.title=Skip OATH module response value
d7acdbdfb47e51f588dbf7bafc4706000a44aca5Jonathan Scudderaction.skip.request.schema.value.description=True if the OATH device is set to skipped
e2b4542f0d7a6fc1974a9aa89139e78695fdec55jeff.schenk
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitaction.skip.response.schema.title=Oath user device skip action response schema
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitaction.skip.response.response.description=Oath user device skip action response schema
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavit
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavit
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.title=User devices schema
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.description=User devices schema that is used for push authentication devices, trusted user devices and oath \
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavit user devices
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.lastSelectedDate.title=Last selected date
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.lastSelectedDate.description=Date when the device was selected last time
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.devicePrint.title=
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.devicePrint.description=
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screen.title=Device screen properties
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screen.description=Device screen properties
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screenWidth.title=Screen width
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screenWidth.description=Devices screen width
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screenHeight.title=Screen height
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screenHeight.description=Device screen height
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screenColourDepth.title=Screen colour depth
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.screenColourDepth.description=Device screen colour depth
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.timezone.title=Timezone
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.timezone.description=Timezone used by the device
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.installedPlugins.title=Installed plugins
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.installedPlugins.description=Installed plugins on the device
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.installedFonts.title=Installed fonts
206513b755b9d0098f909c3ffc5f858c3caa0d65Bruno Lavitschema.installedFonts.description=Installed fonts on the device
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.userAgent.title=User agent
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.userAgent.description=User Agent
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.appName.title=Application name
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.appName.description=Application name
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.appCodeName.title=Application code name
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.appCodeName.description=Application code name
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.appVersion.title=Application version
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.appVersion.description=Application version
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.buildID.title=Build ID
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.buildID.description=Application build ID
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.platform.title=Platform
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.platform.description=Device platform
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.oscpu.title=OSCPU
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.oscpu.description=String that identifies the current operating system
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpottsschema.product.title=Product
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.product.description=Product
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.productSub.title=Product sub
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.productSub.description=Product sub
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.language.title=Language
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.language.description=Device default language
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.geolocation.title=Geolocation
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.geolocation.description=Device physical location
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.longitude.title=Longitude
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.longitude.description=Longitude
f781d802a8636144751a19912978388cb49b5360Rich Rileyschema.latitude.title=Latitude
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.latitude.description=Latitude
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.name.title=Name
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.name.description=Device name
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.selectionCounter.title=Selection counter
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.selectionCounter.description=Selection counter
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.uuid.title=Device id
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpottsschema.uuid.description=Device unique identifier
ef957cfcdd1da08a4fb4b7394ee4a9337269f730James Phillpotts