You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PingOne: Added management commands for organizations, license names, and license active identity counts
PingOne: Added management commands for population default identity provider
PingOne: Added management commands for resource attributes
PingOne: Added management commands for resource client secrets
PingOne: Added management commands for trusted email addresses
PingOne: Added management commands for user enabled status
PingOne: Added read commands for flow policies
PingOne: Updated polymorphic resources like applications to accept the same JSON shape as that returned by the API from GET calls, rather than a shape that is custom to the CLI. The prior template shape is deprecated. The template command for these resources now supports a --template-type flag to retrieve a template for the desired type (for example: oidc, saml, etc. for applications). If not provided, --template-type will be set to a default for the resource (oidc for applications).