Cmdlets for PingOne

Build 25.0.9434

Schema Parameter (Connect-PingOne Cmdlet)

Specify the schema to use. The available schemas are Information (only 1) and dynamic environment schemas (1 for each environment in your PingOne organization).

Syntax

Connect-PingOne -Schema string

Data Type

cstr

Default Value

""

Remarks

This should match to the schema name that the cmdlet pushes in the result set when all schemas are listed.

The Information schema exposes entities which reside above environments in the PingOne hierarchy, such as Organizations.

The cmdlet exposes a schema for each environment in the organization of the authenticated user. In these schemas you can find entities which reside below environments in the PingOne hierarchy such as Users.

Example:

Schema='Administrators';

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434