Skip to main content

List Providers

List Providers returns a list of providers supported by Guardian

Responses

A successful response.


Schema
    providers object[]
  • Array [
  • id string
    type string
    urn string
    config object
    type string
    urn string
    labels object
    property name* string
    credentials
    appeal object
    allowPermanentAccess boolean
    allowActiveAccessExtensionIn string
    resources object[]
  • Array [
  • type string
    policy object
    id string
    version int32
    roles object[]
  • Array [
  • id string
    name string
    description string
    permissions undefined[]
  • ]
  • filter string
  • ]
  • allowedAccountTypes string[]
    parameters object[]
  • Array [
  • key string
    label string
    required boolean
    description string
  • ]
  • createdAt date-time

    Creation time of the provider

    updatedAt date-time

    Last update time of the provider

  • ]
GET /v1beta1/providers

Authorization

name: X-Auth-Emailtype: apiKeydescription: Email address of the userin: header

Request

Base URL
http://127.0.0.1:7400
apiKey
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/providers' \
-H 'Accept: application/json' \
-H 'X-Auth-Email: <API_KEY_VALUE>'