Updates an auth-map-entry.
Synopsis
Updates an auth-map-entry.
lbcli update auth-map-entry [flags]Examples:
# Update an Identity Provider (IdP) group resource: auth-map-entry.lbcli -J $JWT update auth-map-entry --name monitoring-service-app --scope system --role viewer --identifier 037d735c-5d9b-4976-9fc1-11e5a9bd00bd --idp-configuration-name=idp1| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for auth-map-entry. | |
| --idp-configuration-name | string | The name of the IdP configuration to use for this entry (optional). | ||
| --role | string | The role of the group in the Lightbits cluster (optional). For example, viewer. | ||
| --scope | string | The scope of the group in the Lightbits cluster (optional). For example, system. | ||
| --identifier | string | The identifier of the entry (can be client-id/group-name) (optional). | ||
| --name | string | The name of the entry to save in the Lightbits cluster (required). |
Was this page helpful?