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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    unpairApplication(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     4      id
     5      name
     6      providerName
     7      description
     8      baseUrl
     9      systemNumber
    10      systemStatus
    11      integrationSystemID
    12      applicationTemplateID
    13      labels
    14      deletedAt
    15      updatedAt
    16      error
    17      status {
    18        condition
    19        timestamp
    20      }
    21      webhooks {
    22        id
    23        applicationID
    24        applicationTemplateID
    25        runtimeID
    26        formationTemplateID
    27        type
    28        mode
    29        correlationIdKey
    30        retryInterval
    31        timeout
    32        url
    33        urlTemplate
    34        inputTemplate
    35        headerTemplate
    36        outputTemplate
    37        statusTemplate
    38        auth {
    39          credential {
    40            ... on BasicCredentialData {
    41              username
    42              password
    43            }
    44            ... on CertificateOAuthCredentialData {
    45              clientId
    46              certificate
    47              url
    48            }
    49            ... on OAuthCredentialData {
    50              clientId
    51              clientSecret
    52              url
    53            }
    54          }
    55          oneTimeToken {
    56            __typename
    57            token
    58            used
    59            expiresAt
    60          }
    61          certCommonName
    62          accessStrategy
    63          additionalHeaders
    64          additionalQueryParams
    65          requestAuth {
    66            csrf {
    67              tokenEndpointURL
    68              credential {
    69                ... on BasicCredentialData {
    70                  username
    71                  password
    72                }
    73                ... on OAuthCredentialData {
    74                  clientId
    75                  clientSecret
    76                  url
    77                }
    78                ... on CertificateOAuthCredentialData {
    79                  clientId
    80                  certificate
    81                  url
    82                }
    83              }
    84              additionalHeaders
    85              additionalQueryParams
    86            }
    87          }
    88        }
    89        createdAt
    90      }
    91      healthCheckURL
    92      bundles {
    93        data {
    94          id
    95          name
    96          description
    97          instanceAuthRequestInputSchema
    98          instanceAuths {
    99            id
   100            context
   101            inputParams
   102            auth {
   103              credential {
   104                ... on BasicCredentialData {
   105                  username
   106                  password
   107                }
   108                ... on CertificateOAuthCredentialData {
   109                  clientId
   110                  certificate
   111                  url
   112                }
   113                ... on OAuthCredentialData {
   114                  clientId
   115                  clientSecret
   116                  url
   117                }
   118              }
   119              oneTimeToken {
   120                __typename
   121                token
   122                used
   123                expiresAt
   124              }
   125              certCommonName
   126              accessStrategy
   127              additionalHeaders
   128              additionalQueryParams
   129              requestAuth {
   130                csrf {
   131                  tokenEndpointURL
   132                  credential {
   133                    ... on BasicCredentialData {
   134                      username
   135                      password
   136                    }
   137                    ... on OAuthCredentialData {
   138                      clientId
   139                      clientSecret
   140                      url
   141                    }
   142                    ... on CertificateOAuthCredentialData {
   143                      clientId
   144                      certificate
   145                      url
   146                    }
   147                  }
   148                  additionalHeaders
   149                  additionalQueryParams
   150                }
   151              }
   152            }
   153            status {
   154              condition
   155              timestamp
   156              message
   157              reason
   158            }
   159            runtimeID
   160            runtimeContextID
   161          }
   162          defaultInstanceAuth {
   163            credential {
   164              ... on BasicCredentialData {
   165                username
   166                password
   167              }
   168              ... on CertificateOAuthCredentialData {
   169                clientId
   170                certificate
   171                url
   172              }
   173              ... on OAuthCredentialData {
   174                clientId
   175                clientSecret
   176                url
   177              }
   178            }
   179            oneTimeToken {
   180              __typename
   181              token
   182              used
   183              expiresAt
   184            }
   185            certCommonName
   186            accessStrategy
   187            additionalHeaders
   188            additionalQueryParams
   189            requestAuth {
   190              csrf {
   191                tokenEndpointURL
   192                credential {
   193                  ... on BasicCredentialData {
   194                    username
   195                    password
   196                  }
   197                  ... on OAuthCredentialData {
   198                    clientId
   199                    clientSecret
   200                    url
   201                  }
   202                  ... on CertificateOAuthCredentialData {
   203                    clientId
   204                    certificate
   205                    url
   206                  }
   207                }
   208                additionalHeaders
   209                additionalQueryParams
   210              }
   211            }
   212          }
   213          apiDefinitions {
   214            data {
   215              id
   216              name
   217              description
   218              spec {
   219                id
   220                data
   221                format
   222                type
   223                fetchRequest {
   224                  url
   225                  auth {
   226                    credential {
   227                      ... on BasicCredentialData {
   228                        username
   229                        password
   230                      }
   231                      ... on CertificateOAuthCredentialData {
   232                        clientId
   233                        certificate
   234                        url
   235                      }
   236                      ... on OAuthCredentialData {
   237                        clientId
   238                        clientSecret
   239                        url
   240                      }
   241                    }
   242                    oneTimeToken {
   243                      __typename
   244                      token
   245                      used
   246                      expiresAt
   247                    }
   248                    certCommonName
   249                    accessStrategy
   250                    additionalHeaders
   251                    additionalQueryParams
   252                    requestAuth {
   253                      csrf {
   254                        tokenEndpointURL
   255                        credential {
   256                          ... on BasicCredentialData {
   257                            username
   258                            password
   259                          }
   260                          ... on OAuthCredentialData {
   261                            clientId
   262                            clientSecret
   263                            url
   264                          }
   265                          ... on CertificateOAuthCredentialData {
   266                            clientId
   267                            certificate
   268                            url
   269                          }
   270                        }
   271                        additionalHeaders
   272                        additionalQueryParams
   273                      }
   274                    }
   275                  }
   276                  mode
   277                  filter
   278                  status {
   279                    condition
   280                    message
   281                    timestamp
   282                  }
   283                }
   284              }
   285              targetURL
   286              group
   287              version {
   288                value
   289                deprecated
   290                deprecatedSince
   291                forRemoval
   292              }
   293            }
   294            pageInfo {
   295              startCursor
   296              endCursor
   297              hasNextPage
   298            }
   299            totalCount
   300          }
   301          eventDefinitions {
   302            data {
   303              id
   304              name
   305              description
   306              group
   307              spec {
   308                id
   309                data
   310                type
   311                format
   312                fetchRequest {
   313                  url
   314                  auth {
   315                    credential {
   316                      ... on BasicCredentialData {
   317                        username
   318                        password
   319                      }
   320                      ... on CertificateOAuthCredentialData {
   321                        clientId
   322                        certificate
   323                        url
   324                      }
   325                      ... on OAuthCredentialData {
   326                        clientId
   327                        clientSecret
   328                        url
   329                      }
   330                    }
   331                    oneTimeToken {
   332                      __typename
   333                      token
   334                      used
   335                      expiresAt
   336                    }
   337                    certCommonName
   338                    accessStrategy
   339                    additionalHeaders
   340                    additionalQueryParams
   341                    requestAuth {
   342                      csrf {
   343                        tokenEndpointURL
   344                        credential {
   345                          ... on BasicCredentialData {
   346                            username
   347                            password
   348                          }
   349                          ... on OAuthCredentialData {
   350                            clientId
   351                            clientSecret
   352                            url
   353                          }
   354                          ... on CertificateOAuthCredentialData {
   355                            clientId
   356                            certificate
   357                            url
   358                          }
   359                        }
   360                        additionalHeaders
   361                        additionalQueryParams
   362                      }
   363                    }
   364                  }
   365                  mode
   366                  filter
   367                  status {
   368                    condition
   369                    message
   370                    timestamp
   371                  }
   372                }
   373              }
   374              version {
   375                value
   376                deprecated
   377                deprecatedSince
   378                forRemoval
   379              }
   380            }
   381            pageInfo {
   382              startCursor
   383              endCursor
   384              hasNextPage
   385            }
   386            totalCount
   387          }
   388          documents {
   389            data {
   390              id
   391              title
   392              displayName
   393              description
   394              format
   395              kind
   396              data
   397              fetchRequest {
   398                url
   399                auth {
   400                  credential {
   401                    ... on BasicCredentialData {
   402                      username
   403                      password
   404                    }
   405                    ... on CertificateOAuthCredentialData {
   406                      clientId
   407                      certificate
   408                      url
   409                    }
   410                    ... on OAuthCredentialData {
   411                      clientId
   412                      clientSecret
   413                      url
   414                    }
   415                  }
   416                  oneTimeToken {
   417                    __typename
   418                    token
   419                    used
   420                    expiresAt
   421                  }
   422                  certCommonName
   423                  accessStrategy
   424                  additionalHeaders
   425                  additionalQueryParams
   426                  requestAuth {
   427                    csrf {
   428                      tokenEndpointURL
   429                      credential {
   430                        ... on BasicCredentialData {
   431                          username
   432                          password
   433                        }
   434                        ... on OAuthCredentialData {
   435                          clientId
   436                          clientSecret
   437                          url
   438                        }
   439                        ... on CertificateOAuthCredentialData {
   440                          clientId
   441                          certificate
   442                          url
   443                        }
   444                      }
   445                      additionalHeaders
   446                      additionalQueryParams
   447                    }
   448                  }
   449                }
   450                mode
   451                filter
   452                status {
   453                  condition
   454                  message
   455                  timestamp
   456                }
   457              }
   458            }
   459            pageInfo {
   460              startCursor
   461              endCursor
   462              hasNextPage
   463            }
   464            totalCount
   465          }
   466        }
   467        pageInfo {
   468          startCursor
   469          endCursor
   470          hasNextPage
   471        }
   472        totalCount
   473      }
   474      auths {
   475        id
   476        auth {
   477          credential {
   478            ... on BasicCredentialData {
   479              username
   480              password
   481            }
   482            ... on CertificateOAuthCredentialData {
   483              clientId
   484              certificate
   485              url
   486            }
   487            ... on OAuthCredentialData {
   488              clientId
   489              clientSecret
   490              url
   491            }
   492          }
   493          oneTimeToken {
   494            __typename
   495            token
   496            used
   497            expiresAt
   498          }
   499          certCommonName
   500          accessStrategy
   501          additionalHeaders
   502          additionalQueryParams
   503          requestAuth {
   504            csrf {
   505              tokenEndpointURL
   506              credential {
   507                ... on BasicCredentialData {
   508                  username
   509                  password
   510                }
   511                ... on OAuthCredentialData {
   512                  clientId
   513                  clientSecret
   514                  url
   515                }
   516                ... on CertificateOAuthCredentialData {
   517                  clientId
   518                  certificate
   519                  url
   520                }
   521              }
   522              additionalHeaders
   523              additionalQueryParams
   524            }
   525          }
   526        }
   527      }
   528      eventingConfiguration {
   529        defaultURL
   530      }
   531    }
   532  }