github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-integration-system/query-integration-system.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: integrationSystem(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     4      id
     5      name
     6      description
     7      auths {
     8        id
     9        auth {
    10          credential {
    11            ... on BasicCredentialData {
    12              username
    13              password
    14            }
    15            ... on CertificateOAuthCredentialData {
    16              clientId
    17              certificate
    18              url
    19            }
    20            ... on OAuthCredentialData {
    21              clientId
    22              clientSecret
    23              url
    24            }
    25          }
    26          oneTimeToken {
    27            __typename
    28            token
    29            used
    30            expiresAt
    31          }
    32          certCommonName
    33          accessStrategy
    34          additionalHeaders
    35          additionalQueryParams
    36          requestAuth {
    37            csrf {
    38              tokenEndpointURL
    39              credential {
    40                ... on BasicCredentialData {
    41                  username
    42                  password
    43                }
    44                ... on OAuthCredentialData {
    45                  clientId
    46                  clientSecret
    47                  url
    48                }
    49                ... on CertificateOAuthCredentialData {
    50                  clientId
    51                  certificate
    52                  url
    53                }
    54              }
    55              additionalHeaders
    56              additionalQueryParams
    57            }
    58          }
    59        }
    60      }
    61    }
    62  }