lbcli get auth-map-entry

AI Tools

Gets an auth-map-entry.

Synopsis

Gets an auth-map-entry.

lbcli get auth-map-entry [flags]

Examples:

# Get an Identity Provider (IdP) group resource: auth-map-entry. lbcli -J $JWT get auth-map-entry -name=name

Flag

Short

Type

Default

Description

--help

-h

bool


Help for auth-map-entry.

--name


string


The name of the entry in the Lightbits cluster (required).

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

UUID

string

The UUID of the authorization mapping entry.

name

string

The name of the specific authorization mapping entry.

identifier

string

Identifier to map the application or clientID/claim/group to the Lightbits scope/role. This should either have the clientID of the relevant application (app mode), or an identifier of a specific claim/group extracted from the field specified by claimName (user or converge modes).

scope

string

Represents the scope assigned to this client/claim/group in the Lightbits cluster.

role

string

Represents the role assigned to this client/claim/group in the Lightbits cluster.

idpConfigurationName

string

The IdP configuration that is associated with this authorization map entry.