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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: deleteBundle(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     4      id
     5      name
     6      description
     7      instanceAuthRequestInputSchema
     8      instanceAuths {
     9        id
    10        context
    11        inputParams
    12        auth {
    13          credential {
    14            ... on BasicCredentialData {
    15              username
    16              password
    17            }
    18            ... on CertificateOAuthCredentialData {
    19              clientId
    20              certificate
    21              url
    22            }
    23            ... on OAuthCredentialData {
    24              clientId
    25              clientSecret
    26              url
    27            }
    28          }
    29          oneTimeToken {
    30            __typename
    31            token
    32            used
    33            expiresAt
    34          }
    35          certCommonName
    36          accessStrategy
    37          additionalHeaders
    38          additionalQueryParams
    39          requestAuth {
    40            csrf {
    41              tokenEndpointURL
    42              credential {
    43                ... on BasicCredentialData {
    44                  username
    45                  password
    46                }
    47                ... on OAuthCredentialData {
    48                  clientId
    49                  clientSecret
    50                  url
    51                }
    52                ... on CertificateOAuthCredentialData {
    53                  clientId
    54                  certificate
    55                  url
    56                }
    57              }
    58              additionalHeaders
    59              additionalQueryParams
    60            }
    61          }
    62        }
    63        status {
    64          condition
    65          timestamp
    66          message
    67          reason
    68        }
    69        runtimeID
    70        runtimeContextID
    71      }
    72      defaultInstanceAuth {
    73        credential {
    74          ... on BasicCredentialData {
    75            username
    76            password
    77          }
    78          ... on CertificateOAuthCredentialData {
    79            clientId
    80            certificate
    81            url
    82          }
    83          ... on OAuthCredentialData {
    84            clientId
    85            clientSecret
    86            url
    87          }
    88        }
    89        oneTimeToken {
    90          __typename
    91          token
    92          used
    93          expiresAt
    94        }
    95        certCommonName
    96        accessStrategy
    97        additionalHeaders
    98        additionalQueryParams
    99        requestAuth {
   100          csrf {
   101            tokenEndpointURL
   102            credential {
   103              ... on BasicCredentialData {
   104                username
   105                password
   106              }
   107              ... on OAuthCredentialData {
   108                clientId
   109                clientSecret
   110                url
   111              }
   112              ... on CertificateOAuthCredentialData {
   113                clientId
   114                certificate
   115                url
   116              }
   117            }
   118            additionalHeaders
   119            additionalQueryParams
   120          }
   121        }
   122      }
   123      apiDefinitions {
   124        data {
   125          id
   126          name
   127          description
   128          spec {
   129            id
   130            data
   131            format
   132            type
   133            fetchRequest {
   134              url
   135              auth {
   136                credential {
   137                  ... on BasicCredentialData {
   138                    username
   139                    password
   140                  }
   141                  ... on CertificateOAuthCredentialData {
   142                    clientId
   143                    certificate
   144                    url
   145                  }
   146                  ... on OAuthCredentialData {
   147                    clientId
   148                    clientSecret
   149                    url
   150                  }
   151                }
   152                oneTimeToken {
   153                  __typename
   154                  token
   155                  used
   156                  expiresAt
   157                }
   158                certCommonName
   159                accessStrategy
   160                additionalHeaders
   161                additionalQueryParams
   162                requestAuth {
   163                  csrf {
   164                    tokenEndpointURL
   165                    credential {
   166                      ... on BasicCredentialData {
   167                        username
   168                        password
   169                      }
   170                      ... on OAuthCredentialData {
   171                        clientId
   172                        clientSecret
   173                        url
   174                      }
   175                      ... on CertificateOAuthCredentialData {
   176                        clientId
   177                        certificate
   178                        url
   179                      }
   180                    }
   181                    additionalHeaders
   182                    additionalQueryParams
   183                  }
   184                }
   185              }
   186              mode
   187              filter
   188              status {
   189                condition
   190                message
   191                timestamp
   192              }
   193            }
   194          }
   195          targetURL
   196          group
   197          version {
   198            value
   199            deprecated
   200            deprecatedSince
   201            forRemoval
   202          }
   203        }
   204        pageInfo {
   205          startCursor
   206          endCursor
   207          hasNextPage
   208        }
   209        totalCount
   210      }
   211      eventDefinitions {
   212        data {
   213          id
   214          name
   215          description
   216          group
   217          spec {
   218            id
   219            data
   220            type
   221            format
   222            fetchRequest {
   223              url
   224              auth {
   225                credential {
   226                  ... on BasicCredentialData {
   227                    username
   228                    password
   229                  }
   230                  ... on CertificateOAuthCredentialData {
   231                    clientId
   232                    certificate
   233                    url
   234                  }
   235                  ... on OAuthCredentialData {
   236                    clientId
   237                    clientSecret
   238                    url
   239                  }
   240                }
   241                oneTimeToken {
   242                  __typename
   243                  token
   244                  used
   245                  expiresAt
   246                }
   247                certCommonName
   248                accessStrategy
   249                additionalHeaders
   250                additionalQueryParams
   251                requestAuth {
   252                  csrf {
   253                    tokenEndpointURL
   254                    credential {
   255                      ... on BasicCredentialData {
   256                        username
   257                        password
   258                      }
   259                      ... on OAuthCredentialData {
   260                        clientId
   261                        clientSecret
   262                        url
   263                      }
   264                      ... on CertificateOAuthCredentialData {
   265                        clientId
   266                        certificate
   267                        url
   268                      }
   269                    }
   270                    additionalHeaders
   271                    additionalQueryParams
   272                  }
   273                }
   274              }
   275              mode
   276              filter
   277              status {
   278                condition
   279                message
   280                timestamp
   281              }
   282            }
   283          }
   284          version {
   285            value
   286            deprecated
   287            deprecatedSince
   288            forRemoval
   289          }
   290        }
   291        pageInfo {
   292          startCursor
   293          endCursor
   294          hasNextPage
   295        }
   296        totalCount
   297      }
   298      documents {
   299        data {
   300          id
   301          title
   302          displayName
   303          description
   304          format
   305          kind
   306          data
   307          fetchRequest {
   308            url
   309            auth {
   310              credential {
   311                ... on BasicCredentialData {
   312                  username
   313                  password
   314                }
   315                ... on CertificateOAuthCredentialData {
   316                  clientId
   317                  certificate
   318                  url
   319                }
   320                ... on OAuthCredentialData {
   321                  clientId
   322                  clientSecret
   323                  url
   324                }
   325              }
   326              oneTimeToken {
   327                __typename
   328                token
   329                used
   330                expiresAt
   331              }
   332              certCommonName
   333              accessStrategy
   334              additionalHeaders
   335              additionalQueryParams
   336              requestAuth {
   337                csrf {
   338                  tokenEndpointURL
   339                  credential {
   340                    ... on BasicCredentialData {
   341                      username
   342                      password
   343                    }
   344                    ... on OAuthCredentialData {
   345                      clientId
   346                      clientSecret
   347                      url
   348                    }
   349                    ... on CertificateOAuthCredentialData {
   350                      clientId
   351                      certificate
   352                      url
   353                    }
   354                  }
   355                  additionalHeaders
   356                  additionalQueryParams
   357                }
   358              }
   359            }
   360            mode
   361            filter
   362            status {
   363              condition
   364              message
   365              timestamp
   366            }
   367          }
   368        }
   369        pageInfo {
   370          startCursor
   371          endCursor
   372          hasNextPage
   373        }
   374        totalCount
   375      }
   376    }
   377  }