#
# The contents of this file are subject to the terms of the Common Development and
# Distribution License (the License). You may not use this file except in compliance with the
# License.
#
# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
# specific language governing permission and limitations under the License.
#
# When distributing Covered Software, include this CDDL Header Notice in each file and include
# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
# Header, with the fields enclosed by brackets [] replaced by your own identifying
# information: "Portions copyright [year] [name of copyright owner]".
#
# Copyright 2016 ForgeRock AS.
#
title=UMA Policies
description=Provides create, delete and query operations for UMA Policies
pathParam.user.description = The identifier for the user for which the request is regarding.
pathParam.resourceId.description = The id of the UMA resource
create.description=Creates an UMA Policy
create.error.400.description=Occurs if a corresponding resource set doesn't exist
create.error.403.description=Occurs if the authenticated user doesn't own the resource set
create.error.409.description=Occurs if a policy already exists for the resource set
create.error.500.description=Occurs if more than one resource set exists with the same ID
read.description=Reads an UMA Policy
update.description=Updates an UMA Policy
update.error.403.description=Occurs if the authenticated user doesn't own the resource set
update.error.400.description=Occurs if a corresponding resource set doesn't exist
update.error.500.description=Occurs if more than one resource set exists with the same ID
delete.description=Deletes an UMA Policy
delete.error.400.description=Occurs if a corresponding resource set doesn't exist
delete.error.404.description=Occurs if the policy can't be found
delete.error.500.description=Occurs if more than one resource set exists with the same ID
query.description=Queries an UMA Policy
umaPolicyResource.policy.title=UMA Policy
umaPolicyResource.policy.description=The JSON representation of the UMA Policy
schema.title=UMA Policy
schema.description=A policy defining who can access a particular resource set
schema.policyId.title=Policy ID
schema.policyId.description=The ID must correspond with an existing resource set ID
schema.permissions.title=Permissions
schema.permissions.description=A list of subjects and the scopes they are allowed access to
schema.permissions.items.subject.title=Subject
schema.permissions.items.subject.description=The username of the subject
schema.permissions.items.scopes.title=Scopes
schema.permissions.items.scopes.description=The scopes that the user is allowed access to