Handle Identity Providers for organizations.
Handle Identity Provider related tasks.
Example:
 idp inspect 1
 idp list
 idp add --org 1 --base-url http://idp.tld/oidc-url --client-id demo --client-secret mysecret --scopes offline_access --identifier groups --uid-role x-y-z:1
 idp delete 1
 idp update --org 1 --client-secret newsecret
  -h, --help   help for idp
  -c, --config string   configuration file for the CLI (default ~/.vcli.yml)
                        Could also be set via VARNISH_CONTROLLER_CLI_CONFIG=/path/to/config.yml
      --csv             Output the response table as CSV format.
  -j, --json            Output the response table as JSON format.