Skip to main content Link Search Menu Expand Document (external link)

index overview

PingOne environment command exports and composition.

Added in v0.0.1


Table of contents


utils

environmentsCommand

Parent environments command with nested subcommands

Signature

export declare const environmentsCommand: Command.Command<
  "environments",
  OAuthService | HttpClient | CredentialService | CacheService,
  PingOneAuthError,
  {
    readonly subcommand: Option<
      | {
          readonly pingoneToken: Option<Redacted<string>>
          readonly limit: Option<number>
          readonly filter: Option<string>
        }
      | { readonly environmentId: string; readonly pingoneToken: Option<Redacted<string>> }
    >
  }
>

Added in v0.0.2