lbcli list idp-configurations

AI Tools

Lists idp-configurations.

Synopsis

Lists idp-configurations.

lbcli list idp-configurations [flags]

Examples:

# list idp-configurations, lbcli -J $JWT list idp-configurations

Flag

Short

Type

Default

Description

--help

-h

bool


Help for idp-configurations.

This command returns the following fields for each snapshot. The default output format is human-readable. The human-readable output only shows some of these fields. The json/yaml output format is also supported and includes additional fields.

Field

Type

Description

name

string

Unique name identifying this IdP configuration.

idpIssuerURL

string

The URL of the Identity Provider (IdP) issuer.

state

string

The current state of the IdP configuration.

Enum: Unknown,Creating,Active,Updating,Failed

Default: Unknown

type

string

Type of an IdP (Identity Provider). Supported types: ADFS, OKTA.

Enum: unknownIdp,ADFS,OKTA

Default: unknownIdp

UUID

string

The UUID of this IdP configuration.

URL

string

The URL of the proxy server. Pattern: "http://:".

Username

string

The username for the proxy server.

Password

string

The password for the proxy server.