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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: deleteBundleInstanceAuth(
     4      authID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     5    ) {
     6      id
     7      context
     8      inputParams
     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      status {
    61        condition
    62        timestamp
    63        message
    64        reason
    65      }
    66      runtimeID
    67      runtimeContextID
    68    }
    69  }