permissions is included in the response as a convenience to the client, but it is not a field in GSearchIndex itself.

  • Parameters

    • index_id: string
    • Optionaloptions: {
          headers?: Headers;
          query?: {
              [key: string]:
                  | undefined
                  | null
                  | string
                  | number
                  | boolean
                  | (undefined | null | string | number)[];
          };
      }
    • OptionalsdkOptions: SDKOptions

    Returns Promise<JSONFetchResponse<IndexWithPermissions>>