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

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