PingOne Platform APIs

Early Access Features

You can choose to add PingOne early access features to an environment using a single request to opt-in or opt-out of a selected feature or features. This enables you to try out new PingOne capabilities prior to release in a sandbox or development environment. You also have the opportunity to let us know whether the new features adequately address the needs of your organization.

You can choose to:

  • Opt-in or opt-out (the default) to an early access feature or features for a specified environment.

  • Opt-out of a early access feature or features to which you’d previously chosen to opt-in.

  • Opt-in to an early access feature or features for an environment in which the prior existing feature or features also exist. The early access features will not overwrite an existing feature, and will be identified as early access.

Your ability to participated in Early Access is determined by the licensing for your account, the bill of materials for your account, your assigned role for the PingOne environment (Environment Admin role is required), and whether the PingOne service or services affected by the early access feature or features are available in the environment.

All opt-in and opt-out events are available in the PingOne audit log.

The API interfaces for the Early Access service are: Read Early Access Features and Update Early Access Features.

Early Access Features data model

Property Type Required? Mutable? Description

name

String

Required

Immutable

The name of the early access feature.

description

String

Optional

Mutable

The description of the early access feature.

segmentKey

String

Required

Immutable

The UUID of the early access feature.

value

Boolean

Required

Mutable

The opt-in or opt-out designation. If true you’re indicating to opt-in to the early access feature. Defaults to false.