Handle Identity Providers for organizations.
Handle Identity Provider related tasks.
Examples:
vcli idp inspect 1
vcli idp list
vcli idp add --org 1 --base-url http://idp.tld/oidc-url --client-id demo --client-secret mysecret --scopes "offline_access other_scopes"
vcli idp delete 1
vcli 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.