Proxy

A proxy [Proxy] is a user who can act as another user in OpenAir.

Review the Usage Guidelines for the Proxy object.

XML

SOAP

REST

Database table

Object

Proxy

oaProxy

proxy

Supported Commands

Add, Read, Modify, Delete

add(), read(), modify(), upsert(), delete()

The Proxy object has the following properties:

XML / SOAP

Database

Description

created

created

[Read-only] Time the record was created. See Date Fields.

expiration

expiration

The date the proxy expires. See Date Fields.

id

id

[Read-only] Unique ID. Automatically assigned by OpenAir.

own

own

A 1/0 field indicating if the proxy was created by proxy_id using 'create own proxy' feature.

proxy_id

proxy_id

[Required] Internal ID of the user on behalf of whom the user with internal ID user_id is accessing OpenAir. The user must exist, must not be marked as deleted and must be active.

role_id

role_id

[Required] Internal ID of the role to use when the user with internal ID user_id is accessing OpenAir as and on behalf of the user with internal ID proxy_id.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.

user_id

user_id

[Required] Internal ID of the user who is accessing OpenAir as and on behalf of the user with internal ID proxy_id. The user must exist, must not be marked as deleted and must be active.

Usage Guidelines

Your account can be configured to allow using the API to add, modify or delete Proxy objects. To enable the feature, contact OpenAir Customer Support.

When enabled, the authenticated user must be an account administrator to add, modify or delete Proxy objects.

The combination of proxy_id and user_id must be unique.